aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index b0c3e2af60..c67b4fe07a 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -166,6 +166,12 @@ struct pref_module;
typedef struct pref_module module_t;
+/** Sets up memory used by proto routines. Called at program startup */
+extern void prefs_init(void);
+
+/** Frees memory used by proto routines. Called at program shutdown */
+extern void prefs_cleanup(void);
+
/*
* Register a module that will have preferences.
* Specify the module under which to register it or NULL to register it