diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-08 14:13:21 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-08 14:13:21 +0100 |
commit | 60cad73007642a684c1b2ce4feb01e502aa1cc1b (patch) | |
tree | e0eb2c8542d3ff5b3d7950ddf61c8fd2cd92c7ca | |
parent | 715b499c79deffd360004165c28dca9c9c34a812 (diff) | |
download | c-ares-60cad73007642a684c1b2ce4feb01e502aa1cc1b.tar.gz c-ares-60cad73007642a684c1b2ce4feb01e502aa1cc1b.tar.bz2 c-ares-60cad73007642a684c1b2ce4feb01e502aa1cc1b.zip |
ares_inet_ntop.3: s/socklen_t/ares_socklen_t
-rw-r--r-- | ares_inet_ntop.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_inet_ntop.3 b/ares_inet_ntop.3 index a8e4466..93ee09c 100644 --- a/ares_inet_ntop.3 +++ b/ares_inet_ntop.3 @@ -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 |