X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fvolser%2Fvolser_internal.h;h=26a9e85168f181c10efc54a35bbdb05dc5962ea3;hp=1624bf80a764b4dbe3f6dc9a7976c1f8f5d7a78b;hb=e07f87070c901d71c2f4fa594738ce0a16c77ea1;hpb=3bff5ca0b69a23c709123338400e53bb3c00d9e8 diff --git a/src/volser/volser_internal.h b/src/volser/volser_internal.h index 1624bf8..26a9e85 100644 --- a/src/volser/volser_internal.h +++ b/src/volser/volser_internal.h @@ -1,7 +1,7 @@ /* * Copyright 2000, International Business Machines Corporation and others. * All Rights Reserved. - * + * * This software has been released under the terms of the IBM Public * License. For details, see the LICENSE file in the top-level source * directory or online at http://www.openafs.org/dl/license10.html @@ -106,7 +106,8 @@ extern afs_int32 VolumeExists(afs_uint32 server, afs_int32 partition, extern afs_int32 CheckVldbRWBK(struct nvldbentry *entry, afs_int32 * modified); extern int CheckVldbRO(struct nvldbentry *entry, afs_int32 * modified); -extern afs_int32 CheckVldb(struct nvldbentry *entry, afs_int32 * modified); +extern afs_int32 CheckVldb(struct nvldbentry *entry, afs_int32 * modified, + afs_int32 *deleted); extern int UV_SyncServer(afs_uint32 aserver, afs_int32 apart, int flags, int force); extern int UV_RenameVolume(struct nvldbentry *entry, char oldname[], @@ -121,7 +122,7 @@ extern int UV_SetVolumeInfo(afs_uint32 server, afs_int32 partition, afs_uint32 volid, volintInfo * infop); extern void MapNetworkToHost(struct nvldbentry *old, struct nvldbentry *new); extern int UV_CopyVolume2(afs_uint32 afromvol, afs_uint32 afromserver, - afs_int32 afrompart, char *atovolname, + afs_int32 afrompart, char *atovolname, afs_uint32 atoserver, afs_int32 atopart, afs_uint32 atovolid, int flags); extern int UV_CloneVolume(afs_uint32 aserver, afs_int32 apart, afs_uint32 avolid, @@ -132,7 +133,7 @@ extern int UV_DumpClonedVolume(afs_uint32 afromvol, afs_uint32 afromserver, (struct rx_call *, void *), void *rock, afs_int32 flags); extern int UV_GetSize(afs_uint32 afromvol, afs_uint32 afromserver, - afs_int32 afrompart, afs_int32 fromdate, + afs_int32 afrompart, afs_int32 fromdate, struct volintSize *vol_size); extern int verbose;