From e9b61b5ba5dc7b56e6d575435fc6e823f013d5a6 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 7 Apr 2014 06:25:07 +0100 Subject: [PATCH] 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 --- lib/private-libwebsockets.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/private-libwebsockets.h b/lib/private-libwebsockets.h index 9df66517..ee9274fe 100644 --- a/lib/private-libwebsockets.h +++ b/lib/private-libwebsockets.h @@ -83,7 +83,6 @@ #include #include #define LWS_INVALID_FILE INVALID_HANDLE_VALUE -const char *inet_ntop(int af, const void *src, char *dst, int cnt); #else /* not windows --> */ #include #include