mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
61 lines
1.1 KiB
Plaintext
61 lines
1.1 KiB
Plaintext
# Copyright 2000, International Business Machines Corporation and others.
|
|
# All Rights Reserved.
|
|
#
|
|
# This software has been released under the terms of the IBM Public
|
|
# License. For details, see the LICENSE file in the top-level source
|
|
# directory or online at http://www.openafs.org/dl/license10.html
|
|
|
|
{
|
|
global:
|
|
nsafs_NameFromNames;
|
|
nsafs_basic;
|
|
nsafs_check;
|
|
nsafs_check_for_links;
|
|
nsafs_check_preconditions;
|
|
nsafs_decode64;
|
|
nsafs_delete;
|
|
nsafs_error_check;
|
|
nsafs_find_index;
|
|
nsafs_force_type;
|
|
nsafs_get_int;
|
|
nsafs_get_long;
|
|
nsafs_get_string;
|
|
nsafs_index;
|
|
nsafs_init;
|
|
nsafs_init_done;
|
|
nsafs_init_lock;
|
|
nsafs_init_once;
|
|
nsafs_login_cache;
|
|
nsafs_login_checksum;
|
|
nsafs_login_hash;
|
|
nsafs_login_lock;
|
|
nsafs_login_lookup;
|
|
nsafs_login_pad;
|
|
nsafs_login_store;
|
|
nsafs_mkdir;
|
|
nsafs_mount;
|
|
nsafs_move;
|
|
nsafs_nocheck;
|
|
nsafs_node_insert;
|
|
nsafs_nolinks;
|
|
nsafs_parse_authhdr;
|
|
nsafs_public;
|
|
nsafs_put;
|
|
nsafs_rmdir;
|
|
nsafs_send;
|
|
nsafs_send_directory;
|
|
nsafs_send_file;
|
|
nsafs_set_finfo;
|
|
nsafs_set_id_from_ints;
|
|
nsafs_set_id_from_strings;
|
|
nsafs_tree_free;
|
|
nsafs_tree_insert;
|
|
nsafs_tree_send;
|
|
|
|
local:
|
|
*;
|
|
};
|
|
|
|
|
|
|