libadmin: minor warning fix
[openafs.git] / src / libadmin / client / mapfile
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 {
9     global:
10         afsclient_TokenGetExisting;
11         afsclient_TokenGetNew;
12         afsclient_TokenQuery;
13         afsclient_CellOpen;
14         afsclient_CellClose;
15         afsclient_TokenClose;
16         afsclient_LocalCellGet;
17         afsclient_MountPointCreate;
18         afsclient_ACLEntryAdd;
19         afsclient_Init;
20         afsclient_NullCellOpen;
21         afsclient_CellNameGet;
22         afsclient_AFSServerGet;
23         afsclient_AFSServerGetBegin;
24         afsclient_AFSServerGetNext;
25         afsclient_AFSServerGetDone;
26         afsclient_TokenSet;
27         afsclient_RPCStatOpen;
28         afsclient_RPCStatOpenPort;
29         afsclient_RPCStatClose;
30         afsclient_CMStatOpen;
31         afsclient_CMStatOpenPort;
32         afsclient_CMStatClose;
33         afsclient_RXDebugOpen;
34         afsclient_RXDebugOpenPort;
35         afsclient_RXDebugClose;
36
37     local:
38         *;
39 };