aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/inet_v6defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/inet_v6defs.h')
-rw-r--r--wsutil/inet_v6defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/inet_v6defs.h b/wsutil/inet_v6defs.h
index e7f936dc5d..9e1f6f5caf 100644
--- a/wsutil/inet_v6defs.h
+++ b/wsutil/inet_v6defs.h
@@ -37,9 +37,9 @@
#ifdef _WIN32
#define inet_pton ws_inet_pton
#define inet_ntop ws_inet_ntop
+WS_DLL_PUBLIC int inet_pton(int af, const char *src, void *dst);
#endif
-WS_DLL_PUBLIC int inet_pton(int af, const char *src, void *dst);
#ifndef HAVE_INET_NTOP_PROTO
WS_DLL_PUBLIC const char *inet_ntop(int af, const void *src, char *dst,
size_t size);