diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-17 19:18:54 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-17 19:18:54 +0100 |
commit | f4dce2e9f0780d2f7e5787d21dbe5482ed77e807 (patch) | |
tree | 7a28754b0b94fb98903db4adde2b7d7cbd0ff865 | |
parent | 07bbbd85c3fc6606423b6f54235ecf8f5325f3ef (diff) | |
download | c-ares-f4dce2e9f0780d2f7e5787d21dbe5482ed77e807.tar.gz c-ares-f4dce2e9f0780d2f7e5787d21dbe5482ed77e807.tar.bz2 c-ares-f4dce2e9f0780d2f7e5787d21dbe5482ed77e807.zip |
ares_inet_ntop.3: 4th argument is socklen_t!
-rw-r--r-- | ares_inet_ntop.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ares_inet_ntop.3 b/ares_inet_ntop.3 index c805c30..a8e4466 100644 --- a/ares_inet_ntop.3 +++ b/ares_inet_ntop.3 @@ -20,7 +20,8 @@ ares_inet_ntop \- convert a network format address to presentation format .nf .B #include <ares.h> .PP -.B const char *ares_inet_ntop(int af, const void *src, char *dst, size_t size); +.B const char * +.B ares_inet_ntop(int af, const void *src, char *dst, socklen_t size); .fi .SH DESCRIPTION This is a portable version with the identical functionality of the commonly |