summaryrefslogtreecommitdiff
path: root/epan/plugins.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/plugins.h')
-rw-r--r--epan/plugins.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/epan/plugins.h b/epan/plugins.h
index 44d942fbc8..f806522cf9 100644
--- a/epan/plugins.h
+++ b/epan/plugins.h
@@ -42,14 +42,10 @@ typedef struct _plugin {
WS_VAR_IMPORT plugin *plugin_list;
-extern void init_plugins(const char *);
+extern void init_plugins(void);
extern void register_all_plugin_handoffs(void);
extern void register_all_plugin_tap_listeners(void);
-/* get the global plugin dir */
-/* Return value is g_malloced so the caller should g_free() it. */
-extern char *get_plugins_global_dir(const char *plugin_dir);
-
/* get the personal plugin dir */
/* Return value is g_malloced so the caller should g_free() it. */
extern char *get_plugins_pers_dir(void);