aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/stats_tree/stats_tree_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/stats_tree/stats_tree_plugin.c')
-rw-r--r--plugins/stats_tree/stats_tree_plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/stats_tree/stats_tree_plugin.c b/plugins/stats_tree/stats_tree_plugin.c
index d2c1df9df2..16d65526a3 100644
--- a/plugins/stats_tree/stats_tree_plugin.c
+++ b/plugins/stats_tree/stats_tree_plugin.c
@@ -35,7 +35,9 @@
WS_DLL_PUBLIC_DEF const gchar plugin_version[] = PLUGIN_VERSION;
WS_DLL_PUBLIC_DEF const gchar plugin_release[] = VERSION_RELEASE;
-WS_DLL_PUBLIC_DEF void plugin_register(void)
+WS_DLL_PUBLIC void plugin_register(void);
+
+void plugin_register(void)
{
static tap_plugin plug;