Remove proto_tree_add_text API.
authorMichael Mann <mmann78@netscape.net>
Mon, 21 Sep 2015 02:20:40 +0000 (22:20 -0400)
committerMichael Mann <mmann78@netscape.net>
Mon, 21 Sep 2015 14:11:43 +0000 (14:11 +0000)
commite2735ecfdd7a96ce909cf5e2be27da1d49d7b321
tree51c278fbcca1a1f3fee295f8ef084110e78cd8ce
parent3b09a9e4570a876faec23ba7a1d8be8ac981f92a
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>
debian/libwireshark0.symbols
docbook/release-notes.asciidoc
epan/expert.c
epan/expert.h
epan/proto.c
epan/proto.h
tools/checkAPIs.pl