Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / libadmin / pts / 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 pts_GroupMemberAdd;
11 pts_GroupOwnerChange;
12 pts_GroupCreate;
13 pts_GroupGet;
14 pts_GroupDelete;
15 pts_GroupMaxGet;
16 pts_GroupMaxSet;
17 pts_GroupMemberListBegin;
18 pts_GroupMemberListNext;
19 pts_GroupMemberListDone;
20 pts_GroupMemberRemove;
21 pts_GroupRename;
22 pts_GroupModify;
23 pts_UserCreate;
24 pts_UserDelete;
25 pts_UserGet;
26 pts_UserRename;
27 pts_UserModify;
28 pts_UserMaxGet;
29 pts_UserMaxSet;
30 pts_UserMemberListBegin;
31 pts_UserMemberListNext;
32 pts_UserMemberListDone;
33 pts_OwnedGroupListBegin;
34 pts_OwnedGroupListNext;
35 pts_OwnedGroupListDone;
36
37 local:
38 *;
39 };