windows clean out redundant inet_ntop prototype
Suggested by Joakim Soderberg https://github.com/warmcat/libwebsockets/issues/103#issuecomment-39684559 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
529d4814d0
commit
e9b61b5ba5
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@
|
|||
#include <winsock2.h>
|
||||
#include <windows.h>
|
||||
#define LWS_INVALID_FILE INVALID_HANDLE_VALUE
|
||||
const char *inet_ntop(int af, const void *src, char *dst, int cnt);
|
||||
#else /* not windows --> */
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue