aboutsummaryrefslogtreecommitdiffstats
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 961cb1c024..02fbfa83db 100644
--- a/epan/plugins.h
+++ b/epan/plugins.h
@@ -5,7 +5,7 @@
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
- * Copyright 1999 Gerald Combs
+ * Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -51,8 +51,4 @@ extern void register_all_plugin_tap_listeners(void);
extern void register_all_wiretap_modules(void);
extern void register_all_codecs(void);
-/* get the personal plugin dir */
-/* Return value is g_malloced so the caller should g_free() it. */
-extern char *get_plugins_pers_dir(void);
-
#endif /* __PLUGINS_H__ */