Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", and
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 24 Jul 2005 10:32:22 +0000 (10:32 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 24 Jul 2005 10:32:22 +0000 (10:32 +0000)
commit82b4eaba91c81c010ca18ec77d8686cdd7d0f0c6
tree72c531309effb12e977d9c66a736348f56bf20d7
parent8ea0854ebd01c386dea893884ebf4b79903f9cdf
Add "pinfo_stats_tree.h" to declare "register_pinfo_stat_trees()", and
include it in "pinfo_stats_tree.c" (which defines it) and
"stats_tree_plugin.c" (which refers to it).

Make all the other routines defined in "pinfo_stats_tree.c" static, as
they're not used outside "pinfo_stats_tree.c".

Get rid of declaration of unused "register_http_stat_trees()".

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15035 f5534014-38df-0310-8fa8-9805f1628bb7
plugins/stats_tree/Makefile.am
plugins/stats_tree/pinfo_stats_tree.c
plugins/stats_tree/pinfo_stats_tree.h [new file with mode: 0644]
plugins/stats_tree/stats_tree_plugin.c