aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 963d228856..2b6f8debd9 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -69,7 +69,6 @@ WS_DLL_PUBLIC const gchar* ip6_guint8_to_str(const guint8 *ad);
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, 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);