projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07bbbd8
)
ares_inet_ntop.3: 4th argument is socklen_t!
author
Daniel Stenberg
<daniel@haxx.se>
Sun, 17 Feb 2013 18:18:54 +0000
(19:18 +0100)
committer
Daniel Stenberg
<daniel@haxx.se>
Sun, 17 Feb 2013 18:18:54 +0000
(19:18 +0100)
ares_inet_ntop.3
patch
|
blob
|
history
diff --git
a/ares_inet_ntop.3
b/ares_inet_ntop.3
index c805c303740dece512d5a497198b7abeec3bfa46..a8e44664bb8ab6c3068e2b21950fee920d1800aa 100644
(file)
--- 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