ares_inet_ntop.3: s/socklen_t/ares_socklen_t
authorYang Tse <yangsita@gmail.com>
Fri, 8 Mar 2013 13:13:21 +0000 (14:13 +0100)
committerYang Tse <yangsita@gmail.com>
Fri, 8 Mar 2013 13:13:21 +0000 (14:13 +0100)
ares_inet_ntop.3

index a8e4466..93ee09c 100644 (file)
@@ -21,7 +21,7 @@ ares_inet_ntop \- convert a network format address to presentation format
 .B #include <ares.h>
 .PP
 .B const char *
-.B ares_inet_ntop(int af, const void *src, char *dst, socklen_t size);
+.B ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size);
 .fi
 .SH DESCRIPTION
 This is a portable version with the identical functionality of the commonly