Standardize License information
[openafs.git] / src / libadmin / kas / 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         kas_ServerOpen;
11         kas_ServerClose;
12         kas_PrincipalCreate;
13         kas_PrincipalDelete;
14         kas_PrincipalGet;
15         kas_PrincipalGetBegin;
16         kas_PrincipalGetNext;
17         kas_PrincipalGetDone;
18         kas_PrincipalKeySet;
19         kas_PrincipalLockStatusGet;
20         kas_PrincipalUnlock;
21         kas_PrincipalFieldsSet;
22         kas_ServerStatsGet;
23         kas_ServerDebugGet;
24         kas_ServerRandomKeyGet;
25         kas_StringToKey;
26         kas_KeyCheckSum;
27
28     local:
29         *;
30 };