aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-05-14 21:16:18 -0700
committerGuy Harris <guy@alum.mit.edu>2014-05-15 04:17:01 +0000
commit45da41d6fea94efef23810abaa38f100f3eac112 (patch)
treeda309b3c63606549dd7a9731775e32c239e31027 /epan/to_str.h
parent84fcadcb0596f4cec11bdca225b14900262cbb66 (diff)
Fix declaration to match definition.
Change-Id: I9fcfddb34b2a22c3e2cf8f8fc9671eed2e8aef43 Reviewed-on: https://code.wireshark.org/review/1649 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 7bbb553917..583af027d8 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -70,7 +70,7 @@ WS_DLL_PUBLIC const gchar* tvb_ip6_to_str(tvbuff_t *tvb, const gint offset);
void ip6_to_str_buf(const struct e_in6_addr *, gchar *);
extern gchar* ipx_addr_to_str(const guint32, const guint8 *);
extern gchar* ipxnet_to_string(const guint8 *ad);
-extern gchar* tvb_ipxnet_to_string(tvbuff_t *tvb, int offset);
+extern gchar* tvb_ipxnet_to_string(tvbuff_t *tvb, const gint offset);
extern gchar* ipxnet_to_str_punct(const guint32 ad, const char punct);
extern gchar* tvb_vines_addr_to_str(tvbuff_t *tvb, const gint offset);
WS_DLL_PUBLIC gchar* eui64_to_str(const guint64 ad);