summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-09-20 22:20:40 -0400
committerMichael Mann <mmann78@netscape.net>2015-09-21 14:11:43 +0000
commite2735ecfdd7a96ce909cf5e2be27da1d49d7b321 (patch)
tree51c278fbcca1a1f3fee295f8ef084110e78cd8ce /debian
parent3b09a9e4570a876faec23ba7a1d8be8ac981f92a (diff)
downloadwireshark-e2735ecfdd7a96ce909cf5e2be27da1d49d7b321.tar.gz
Remove proto_tree_add_text API.
Its time has finally come. Technically I just renamed it to proto_tree_add_text_internal and removed the WS_DLL_PUBLIC (so it shouldn't link outside of epan). It's still (legitimately) used by expert.c otherwise I would have made it static within proto.c (and the rename wouldn't have been necessary). Change-Id: I9bdf888d5e92bc7b70a3f5461b9297a66d994b80 Reviewed-on: https://code.wireshark.org/review/10594 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Graham Bloice <graham.bloice@trihedral.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/libwireshark0.symbols1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/libwireshark0.symbols b/debian/libwireshark0.symbols
index 4b3f2a346a..5340319670 100644
--- a/debian/libwireshark0.symbols
+++ b/debian/libwireshark0.symbols
@@ -1047,7 +1047,6 @@ libwireshark.so.0 libwireshark0 #MINVER#
proto_tree_add_string_format_value@Base 1.9.1
proto_tree_add_subtree@Base 1.99.0
proto_tree_add_subtree_format@Base 1.99.0
- proto_tree_add_text@Base 1.9.1
proto_tree_add_time@Base 1.9.1
proto_tree_add_time_format@Base 1.9.1
proto_tree_add_time_format_value@Base 1.9.1