summaryrefslogtreecommitdiff
path: root/wsutil/inet_addr.h
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/inet_addr.h')
-rw-r--r--wsutil/inet_addr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wsutil/inet_addr.h b/wsutil/inet_addr.h
index 330f6e0d88..6cf43a1cd9 100644
--- a/wsutil/inet_addr.h
+++ b/wsutil/inet_addr.h
@@ -29,13 +29,13 @@
#include <epan/ipv6.h>
WS_DLL_PUBLIC const gchar *
-ws_inet_ntop4(gconstpointer src, gchar *dst, gsize dst_size);
+ws_inet_ntop4(gconstpointer src, gchar *dst, guint dst_size);
WS_DLL_PUBLIC gboolean
ws_inet_pton4(const gchar *src, guint32 *dst);
WS_DLL_PUBLIC const gchar *
-ws_inet_ntop6(gconstpointer src, gchar *dst, gsize dst_size);
+ws_inet_ntop6(gconstpointer src, gchar *dst, guint dst_size);
WS_DLL_PUBLIC gboolean
ws_inet_pton6(const gchar *src, struct e_in6_addr *dst);