diff options
Diffstat (limited to 'src/wincompat/compat.h')
-rw-r--r-- | src/wincompat/compat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wincompat/compat.h b/src/wincompat/compat.h index 5decc66..4c5b368 100644 --- a/src/wincompat/compat.h +++ b/src/wincompat/compat.h @@ -18,8 +18,6 @@ #undef min #undef max -#define WINCOMPAT - #define IFNAMSIZ 64 #define EAI_SYSTEM -99 @@ -27,5 +25,3 @@ char *strsep(char **str, const char *sep); ssize_t getdelim(char **buf, size_t *bufsiz, int delimiter, FILE *fp); ssize_t getline(char **buf, size_t *bufsiz, FILE *fp); -int inet_pton(int af, const char *src, void *dst); -const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); |