X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/740819ef7b3b96451e16b2fa3891d46cfc73ec64..a8e2a43a099cfe25e8fb47a561574aa5ad908306:/rsync.h diff --git a/rsync.h b/rsync.h index 0346c6c8..d7db3cd4 100644 --- a/rsync.h +++ b/rsync.h @@ -390,6 +390,7 @@ static inline int flist_up(struct file_list *flist, int i) #include "proto.h" #include "lib/mdfour.h" #include "lib/permstring.h" +#include "lib/addrinfo.h" /* We have replacement versions of these if they're missing. */ #ifndef HAVE_ASPRINTF @@ -563,12 +564,6 @@ 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; - - #ifndef HAVE_INET_NTOP const char * inet_ntop(int af, const void *src, char *dst, size_t size);