aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-10-18 13:23:28 -0400
committerMichael Mann <mmann78@netscape.net>2014-10-19 03:01:54 +0000
commitc347eb965bde3c737176c3a61d41c56b4b540233 (patch)
treeb0b62d0ac1e0a02e0edf7476b8b0dee50f456404 /epan/to_str.h
parent283f4789648dc104f8f45ebf9c1a4a813b9e10be (diff)
Eliminate proto_tree_add_text from packet-ipx.c
Change-Id: Ie084a33be94d91eec7f5f70ef31fcb0835ad266c Reviewed-on: https://code.wireshark.org/review/4829 Reviewed-by: Michael Mann <mmann78@netscape.net>
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);