summaryrefslogtreecommitdiff
path: root/src/config-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-file.h')
-rw-r--r--src/config-file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config-file.h b/src/config-file.h
index c0516d4..ae787ce 100644
--- a/src/config-file.h
+++ b/src/config-file.h
@@ -43,9 +43,12 @@
typedef struct {
unsigned int booleans;
+ char *locale;
} ConfigProperties;
+void init_config_properties(ConfigProperties *conf);
+
int nv_read_config_file(const char *, const char *,
ParsedAttribute *, ConfigProperties *);