1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-19 17:20:43 +00:00

ares_inet_ntop.3: s/socklen_t/ares_socklen_t

This commit is contained in:
Yang Tse
2013-03-08 14:13:21 +01:00
parent 715b499c79
commit 60cad73007

View File

@ -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