mirror of
https://github.com/curl/curl.git
synced 2026-08-01 00:08:09 +03:00
inet_ntop.c comment
This commit is contained in:
parent
7e2277c80d
commit
b52828681c
1 changed files with 2 additions and 2 deletions
|
|
@ -197,8 +197,8 @@ static char *inet_ntop6(const unsigned char *src, char *dst, size_t size,
|
|||
* Convert a network format address to presentation format.
|
||||
*
|
||||
* Returns pointer to presentation format address (`buf').
|
||||
* Returns NULL on error and errno set with the specific
|
||||
* error, SOCKEAFNOSUPPORT or SOCKEINVAL.
|
||||
* Returns NULL on error and sockerr set (if not NULL) with the specific error,
|
||||
* SOCKEAFNOSUPPORT or SOCKEINVAL.
|
||||
*/
|
||||
char *curlx_inet_ntop(int af, const void *src, char *buf, size_t size,
|
||||
int *sockerr)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue