Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / libadmin / vos / 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 vos_BackupVolumeCreate;
11 vos_BackupVolumeCreateMultiple;
12 vos_PartitionGet;
13 vos_PartitionGetBegin;
14 vos_PartitionGetNext;
15 vos_PartitionGetDone;
16 vos_ServerOpen;
17 vos_ServerClose;
18 vos_ServerSync;
19 vos_FileServerAddressChange;
20 vos_FileServerAddressRemove;
21 vos_FileServerGetBegin;
22 vos_FileServerGetNext;
23 vos_FileServerGetDone;
24 vos_ServerTransactionStatusGetBegin;
25 vos_ServerTransactionStatusGetNext;
26 vos_ServerTransactionStatusGetDone;
27 vos_VLDBGet;
28 vos_VLDBGetBegin;
29 vos_VLDBGetNext;
30 vos_VLDBGetDone;
31 vos_VLDBEntryRemove;
32 vos_VLDBEntryLock;
33 vos_VLDBEntryUnlock;
34 vos_VLDBReadOnlySiteCreate;
35 vos_VLDBReadOnlySiteDelete;
36 vos_VLDBSync;
37 vos_VolumeCreate;
38 vos_VolumeDelete;
39 vos_VolumeRename;
40 vos_VolumeDump;
41 vos_VolumeRestore;
42 vos_VolumeOnline;
43 vos_VolumeOffline;
44 vos_VolumeGet;
45 vos_VolumeGetBegin;
46 vos_VolumeGetNext;
47 vos_VolumeGetDone;
48 vos_VolumeMove;
49 vos_VolumeRelease;
50 vos_VolumeZap;
51 vos_VolumeQuotaChange;
52 vos_PartitionNameToId;
53 vos_PartitionIdToName;
54 vos_VLDBUnlock;
55
56 local:
57 *;
58 };