summaryrefslogtreecommitdiffstats
path: root/src/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.h')
-rw-r--r--src/defaults.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defaults.h b/src/defaults.h
index 486b9e5..e36cbd1 100644
--- a/src/defaults.h
+++ b/src/defaults.h
@@ -24,6 +24,6 @@
void defaults_get_map_config(const char *mapname,
bool_t *secure,
const char **filter,
- const char **key_format,
+ const char ***key_formats,
const char **value_format);
#endif