fixed wrong declaration of inet_ntop4
(cherry picked from commit 00eb52cc85
)
This commit is contained in:
parent
843b255518
commit
bb48d48977
@ -40,7 +40,7 @@
|
|||||||
* \li (2) takes a u_char* not an in_addr as input
|
* \li (2) takes a u_char* not an in_addr as input
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
extern const char *inet_ntop4(const u_char src, char *dst, socklen_t size);
|
extern const char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user