aboutsummaryrefslogtreecommitdiffstats
path: root/epan/libwireshark.def
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-11-29 07:52:52 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-11-29 07:52:52 +0000
commita5ca7ec3848a18fb25834774e87a8e5e84a78d0f (patch)
tree20d8805d5bb0184271472dcf21f6b1dadbe07b18 /epan/libwireshark.def
parent7f4df19970e0669d38f7560ffe45a43e901cfe55 (diff)
hide implementation of module list
(it makes easier change from GList to GTree as we have many modules now and GList implementation is slow for searching) svn path=/trunk/; revision=23669
Diffstat (limited to 'epan/libwireshark.def')
-rw-r--r--epan/libwireshark.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/libwireshark.def b/epan/libwireshark.def
index edbf67f2e4..e56be340f4 100644
--- a/epan/libwireshark.def
+++ b/epan/libwireshark.def
@@ -559,8 +559,9 @@ prefs_apply_all
prefs_find_module
prefs_get_title_by_name
prefs_is_registered_protocol
-prefs_module_list_foreach
+prefs_module_has_submodules
prefs_modules_foreach
+prefs_modules_foreach_submodules
prefs_pref_foreach
prefs_register_bool_preference
prefs_register_enum_preference