ares_inet_ntop.3: 4th argument is socklen_t!

pull/10/head
Daniel Stenberg 12 years ago
parent 07bbbd85c3
commit f4dce2e9f0
  1. 3
      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

Loading…
Cancel
Save