aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/prefs.h')
-rw-r--r--epan/prefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/prefs.h b/epan/prefs.h
index 7aa215ebd8..76c69ce89e 100644
--- a/epan/prefs.h
+++ b/epan/prefs.h
@@ -275,7 +275,7 @@ extern void prefs_register_enum_preference(module_t *module, const char *name,
* Register a preference with a character-string value.
*/
extern void prefs_register_string_preference(module_t *module, const char *name,
- const char *title, const char *description, char **var);
+ const char *title, const char *description, const char **var);
/*
* Register a preference with a ranged value.