logging-cleanup-20030602
[openafs.git] / src / vol / clone.c
index 6e9a385..48a1131 100644 (file)
@@ -59,6 +59,8 @@ RCSID("$Header$");
 #include "partition.h"
 #include "viceinode.h"
 
+/*@printfline@*/ extern void Log(const char *format, ...);
+
 int (*vol_PollProc)() =        0;  /* someone must init this */
 
 #define ERROR_EXIT(code) {error = code; goto error_exit;}