vos: move convertROtoRW core logic to vsprocs
[openafs.git] / src / volser / volser_internal.h
index c082e0c..adf48e1 100644 (file)
@@ -126,7 +126,8 @@ extern int UV_DumpClonedVolume(afs_uint32 afromvol, afs_uint32 afromserver,
 extern int UV_GetSize(afs_uint32 afromvol, afs_uint32 afromserver,
                       afs_int32 afrompart, afs_int32 fromdate,
                       struct volintSize *vol_size);
-
+extern int UV_ConvertRO(afs_uint32 server, afs_uint32 partition, afs_uint32 volid,
+                       struct nvldbentry *entry);
 extern int verbose;
 extern int noresolve;
 #endif