X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/7067b0aa2800bec29f14f8db8570c21eb1b6c224..0f9c48b1d23fbe958544094e97ba8ad2a7d8b8f4:/lib/inet_pton.c diff --git a/lib/inet_pton.c b/lib/inet_pton.c index e8248687..4034fe1a 100644 --- a/lib/inet_pton.c +++ b/lib/inet_pton.c @@ -41,10 +41,9 @@ static int inet_pton6(const char *src, unsigned char *dst); * Paul Vixie, 1996. */ int -isc_net_pton(af, src, dst) - int af; - const char *src; - void *dst; +inet_pton(int af, + const char *src, + void *dst) { switch (af) { case AF_INET: