aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-03-06 03:45:41 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-03-06 03:45:41 +0000
commitb134a48c12926a28e47a36a5e6f69a22c60f9df3 (patch)
tree1e73176703c9306c87e8f33898510fd8c5d9ad47 /plugins/stats_tree
parent3bdcc50bdaece8a258ec6dae92f4e4d3017d3392 (diff)
oops, no new_plugin_init() now there is
svn path=/trunk/; revision=13620
Diffstat (limited to 'plugins/stats_tree')
-rw-r--r--plugins/stats_tree/stats_tree_plugin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/stats_tree/stats_tree_plugin.c b/plugins/stats_tree/stats_tree_plugin.c
index 33f69e264a..5f796b7e69 100644
--- a/plugins/stats_tree/stats_tree_plugin.c
+++ b/plugins/stats_tree/stats_tree_plugin.c
@@ -38,6 +38,8 @@ extern void register_http_stat_trees(void);
G_MODULE_EXPORT const gchar version[] = "0.0";
+G_MODULE_EXPORT void new_plugin_init(void) {}
+
G_MODULE_EXPORT void plugin_register_tap_listener(void)
{
register_pinfo_stat_trees();