summaryrefslogtreecommitdiff
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-12-21 13:51:20 -0500
committerAnders Broman <a.broman58@gmail.com>2014-12-24 18:59:14 +0000
commite03ffe25833216694a0d1a543f180b2969ef339e (patch)
treebd73e09fe8e0922377ff5d1f9cdd4b70f6f95fc2 /epan/to_str.h
parentd3888ff69fffd3a0a0fe809a4608757b5c78da06 (diff)
downloadwireshark-e03ffe25833216694a0d1a543f180b2969ef339e.tar.gz
Replace fc_to_str with address_to_str or tvb_fc_to_str.
Change-Id: I69bf25f5abb9d6ad325f922fab73b6f0cf8ca2ea Reviewed-on: https://code.wireshark.org/review/6035 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 badac01fda..a4582826c1 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -57,7 +57,6 @@ WS_DLL_PUBLIC const gchar* tvb_ether_to_str(tvbuff_t *tvb, const gint offset);
WS_DLL_PUBLIC const gchar* ip_to_str(const guint8 *);
WS_DLL_PUBLIC const gchar* tvb_ip_to_str(tvbuff_t *tvb, const gint offset);
void ip_to_str_buf(const guint8 *ad, gchar *buf, const int buf_len);
-extern const gchar* fc_to_str(const guint8 *);
extern gchar* fcwwn_to_str (const guint8 *);
WS_DLL_PUBLIC const gchar* tvb_fc_to_str(tvbuff_t *tvb, const gint offset);
WS_DLL_PUBLIC gchar* tvb_fcwwn_to_str (tvbuff_t *tvb, const gint offset);