From dbcb0b5ca03873c4c64a0c5cf378441ee4d7a76b Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sun, 4 Jan 2015 12:51:21 +0100 Subject: 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 --- plugins/stats_tree/pinfo_stats_tree.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/stats_tree') diff --git a/plugins/stats_tree/pinfo_stats_tree.h b/plugins/stats_tree/pinfo_stats_tree.h index ef8952ca5a..35149eeace 100644 --- a/plugins/stats_tree/pinfo_stats_tree.h +++ b/plugins/stats_tree/pinfo_stats_tree.h @@ -23,3 +23,5 @@ */ extern void register_pinfo_stat_trees(void); + +void plugin_register_tap_listener(void); -- cgit v1.2.1