windows clean out redundant inet_ntop prototype
authorAndy Green <andy.green@linaro.org>
Mon, 7 Apr 2014 05:25:07 +0000 (06:25 +0100)
committerAndy Green <andy.green@linaro.org>
Mon, 7 Apr 2014 05:25:07 +0000 (06:25 +0100)
Suggested by Joakim Soderberg https://github.com/warmcat/libwebsockets/issues/103#issuecomment-39684559

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/private-libwebsockets.h

index 9df6651..ee9274f 100644 (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>