aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
parentd3888ff69fffd3a0a0fe809a4608757b5c78da06 (diff)
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 'tools')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 150d45620e..3afcefb497 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -1468,7 +1468,6 @@ my @TvbPtrAPIs = (
# Use the tvb_* version of these:
'ip_to_str',
'ip6_to_str',
- 'fc_to_str',
'fcwwn_to_str',
# Use tvb_bytes_to_str[_punct] instead of:
'bytes_to_str',