summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-08-31 07:06:13 +0000
committerMartin Pool <mbp@samba.org>2001-08-31 07:06:13 +0000
commiteecd22ff7b041c6dc3cd5ff517aef64d2b69607c (patch)
treea414bec75c176d19b8eb2dfe75aa5bde9a6a657e /rsync.h
parentadd7e8fb6ba143bfb3f8aa2ac1e2c01734ab8e81 (diff)
downloadrsync-eecd22ff7b041c6dc3cd5ff517aef64d2b69607c.tar.gz
Merge in the LIBSMB_PROG idea from samba, so that you can do
RSYNC_CONNECT_PROG='./rsync --daemon' ./rsync -vvvvvv localhost:: to test as a daemon without actually having to listen on a port.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rsync.h b/rsync.h
index b26073ee..6a663feb 100644
--- 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;