stats tree plugin: fix no previous prototype for 'plugin_register_tap_listener' [-Wmissing-prototypes]

Change-Id: If8ea78b9aceb9dbd7f2103aa141b57715188ff4f
Reviewed-on: https://code.wireshark.org/review/6297
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-01-04 12:51:21 +01:00 committed by Michael Mann
parent b0b51ddad0
commit dbcb0b5ca0
1 changed files with 2 additions and 0 deletions

View File

@ -23,3 +23,5 @@
*/
extern void register_pinfo_stat_trees(void);
void plugin_register_tap_listener(void);