Put the new address family option into an options struct. We have too
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index c634bc3..9f23119 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -562,3 +562,8 @@ size_t strlcat(char *d, const char *s, size_t bufsize);
 
 
 extern int verbose;
+
+extern struct global_opts {
+       /** Network address family. **/
+       int af_hint;
+} global_opts;