aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-23 17:52:18 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-10-23 17:52:18 +0000
commitb1b32cf54f17300e932344b584c117f2be5ec3ab (patch)
treed3488b143471421bc4d9f3a1e6b05ea19e9a435c /epan/plugins.h
parent410b33766cfe1206866b340e37f36085cce823e8 (diff)
Load lua scripts in the plugins directory, both global and personal.
List loaded lua scripts in Help->About->Plugins. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30675 f5534014-38df-0310-8fa8-9805f1628bb7
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__ */