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:
Andy Green 2014-04-07 06:25:07 +01:00
parent 529d4814d0
commit e9b61b5ba5

View file

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