summaryrefslogtreecommitdiff
path: root/plugins/stats_tree
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-01-04 12:51:21 +0100
committerMichael Mann <mmann78@netscape.net>2015-01-04 14:00:19 +0000
commitdbcb0b5ca03873c4c64a0c5cf378441ee4d7a76b (patch)
tree6b0a3601bd570ffbb79b4425e0b1ff653a43d911 /plugins/stats_tree
parentb0b51ddad0f147648e4b76c52ef029c78c0884d8 (diff)
downloadwireshark-dbcb0b5ca03873c4c64a0c5cf378441ee4d7a76b.tar.gz
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>
Diffstat (limited to 'plugins/stats_tree')
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.h2
1 files changed, 2 insertions, 0 deletions
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);