aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs-int.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-06-25 21:05:36 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-06-25 21:05:36 +0000
commit3814106d7e5333e887dcd9d4c8ced0c2e10cd22c (patch)
treed823be6cefb91a9442becfdb371cb34cef82ed14 /epan/prefs-int.h
parent9b21bf229f4a00f9f9b1189553e25c445e939100 (diff)
From Michael Mann:
generic preferences implementation https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7402 svn path=/trunk/; revision=43484
Diffstat (limited to 'epan/prefs-int.h')
-rw-r--r--epan/prefs-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs-int.h b/epan/prefs-int.h
index c7f8d4fc9f..38f4a2779e 100644
--- a/epan/prefs-int.h
+++ b/epan/prefs-int.h
@@ -38,6 +38,7 @@ struct pref_module {
const char *description; /**< Description of module (displayed in preferences notebook) */
void (*apply_cb)(void); /**< routine to call when preferences applied */
GList *prefs; /**< list of its preferences */
+ struct pref_module *parent; /**< parent module */
emem_tree_t *submodules; /**< list of its submodules */
int numprefs; /**< number of non-obsolete preferences */
gboolean prefs_changed; /**< if TRUE, a preference has changed since we last checked */