X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/09b6f4b00d5a953c10f7a1c3b0325ab67204be43..1fb8ec4b0d871f44eeb025b2ea2a1fbfa961234b:/lib/inet_pton.c diff --git a/lib/inet_pton.c b/lib/inet_pton.c index 4034fe1a..4a0be885 100644 --- a/lib/inet_pton.c +++ b/lib/inet_pton.c @@ -27,10 +27,12 @@ */ static int inet_pton4(const char *src, unsigned char *dst); +#ifdef INET6 static int inet_pton6(const char *src, unsigned char *dst); +#endif /* int - * isc_net_pton(af, src, dst) + * inet_pton(af, src, dst) * convert from presentation format (which usually means ASCII printable) * to network format (which is usually some kind of binary format). * return: