X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a358449ab17f4e3c400d2a96acc900cfd0022f95..76e26e10423f1b3fbd9d11b456aa06bdf8489967:/rsync.h diff --git a/rsync.h b/rsync.h index c634bc39..9f231199 100644 --- 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;