X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fvolser%2Fvsutils_prototypes.h;h=042e91a6cfae72f19f627ef3ad341a35fda0cf60;hp=2fa65c8597cf1e276d2615878f1320343e19c1b5;hb=9e539fbea456cdb416a487364d67ab54da1249a7;hpb=ca0ae15d621dbd90339408a26715a107d1f69f23 diff --git a/src/volser/vsutils_prototypes.h b/src/volser/vsutils_prototypes.h index 2fa65c8..042e91a 100644 --- a/src/volser/vsutils_prototypes.h +++ b/src/volser/vsutils_prototypes.h @@ -9,26 +9,10 @@ extern int VLDB_ReplaceEntry(afs_uint32 volid, afs_int32 voltype, struct nvldben extern int VLDB_ListAttributes(VldbListByAttributes *attrp, afs_int32 *entriesp, nbulkentries *blkentriesp); extern int VLDB_ListAttributesN2(VldbListByAttributes *attrp, char *name, afs_int32 thisindex, afs_int32 *nentriesp, nbulkentries *blkentriesp, afs_int32 *nextindexp); - -extern int VLDB_CreateEntryU(struct uvldbentry *entryp); -extern int VLDB_GetEntryByIDU(afs_uint32 volid, afs_int32 voltype, struct uvldbentry *entryp); -extern int VLDB_GetEntryByNameU(char *namep, struct uvldbentry *entryp); -extern int VLDB_ReplaceEntryU(afs_uint32 volid, afs_int32 voltype, struct uvldbentry *entryp, afs_int32 releasetype); -extern int VLDB_ListAttributesU(VldbListByAttributes *attrp, afs_int32 *entriesp, ubulkentries *blkentriesp); -extern int VLDB_ListAttributesN2U(VldbListByAttributes *attrp, char *name, afs_int32 thisindex, - afs_int32 *nentriesp, ubulkentries *blkentriesp, afs_int32 *nextindexp); - extern int VLDB_IsSameAddrs(afs_uint32 serv1, afs_uint32 serv2, afs_int32 *errorp); - extern void vsu_SetCrypt(int cryptflag); extern afs_int32 vsu_ClientInit(int noAuthFlag, const char *confDir, char *cellName, afs_int32 sauth, struct ubik_client **uclientp, int (*secproc)(struct rx_securityClass *, afs_int32)); extern int vsu_ExtractName(char rname[], char name[]); extern afs_uint32 vsu_GetVolumeID(char *astring, struct ubik_client *acstruct, afs_int32 *errp); - -/* private */ -extern void nvlentry_to_uvlentry(struct nvldbentry *nentryp, - struct uvldbentry *uentryp); -extern int uvlentry_to_nvlentry(struct uvldbentry *uentryp, - struct nvldbentry *nentryp); #endif