summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2013-03-08 14:13:21 +0100
committerYang Tse <yangsita@gmail.com>2013-03-08 14:13:21 +0100
commit60cad73007642a684c1b2ce4feb01e502aa1cc1b (patch)
treee0eb2c8542d3ff5b3d7950ddf61c8fd2cd92c7ca
parent715b499c79deffd360004165c28dca9c9c34a812 (diff)
downloadc-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.32
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