Merge in the LIBSMB_PROG idea from samba, so that you can do
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index b26073e..6a663fe 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -533,3 +533,6 @@ size_t strlcat(char *d, const char *s, size_t bufsize);
 #endif
 
 #define exit_cleanup(code) _exit_cleanup(code, __FILE__, __LINE__)
+
+
+extern int verbose;