diff options
Diffstat (limited to 'src/polypcore/inet_pton.h')
-rw-r--r-- | src/polypcore/inet_pton.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/polypcore/inet_pton.h b/src/polypcore/inet_pton.h deleted file mode 100644 index 111b4a07..00000000 --- a/src/polypcore/inet_pton.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef fooinet_ptonhfoo -#define fooinet_ptonhfoo - -#ifdef HAVE_SYS_SOCKET_H -#include <sys/socket.h> -#endif - -#include "winsock.h" - -int inet_pton(int af, const char *src, void *dst); - -#endif |