aboutsummaryrefslogtreecommitdiffstats
path: root/epan/funnel.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-12-10 19:47:01 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2015-12-11 08:35:11 +0000
commit2fd168c134092a4e0cc587f6c474dd38681a6c23 (patch)
treecd7ce67bc4b84a3b4efac72b7a157b8cbf0e8ee2 /epan/funnel.h
parent9cbb646524d822149df06715b10677dc7736dfae (diff)
epan: Don't export deregister functions
Most of the deregister functions are used internally from Lua while reloading plugins. Don't export them for others to use. Change-Id: I919dbfa807f696c38d409ca7206104a0fba1ae65 Reviewed-on: https://code.wireshark.org/review/12508 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/funnel.h')
-rw-r--r--epan/funnel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/funnel.h b/epan/funnel.h
index d7d00020e4..1d1c7365d7 100644
--- a/epan/funnel.h
+++ b/epan/funnel.h
@@ -110,7 +110,7 @@ WS_DLL_PUBLIC void funnel_register_menu(const char *name,
funnel_menu_callback callback,
gpointer callback_data,
gboolean retap);
-WS_DLL_PUBLIC void funnel_deregister_menus(void (*callback)(gpointer));
+void funnel_deregister_menus(void (*callback)(gpointer));
typedef void (*funnel_registration_cb_t)(const char *name,
register_stat_group_t group,