aboutsummaryrefslogtreecommitdiffstats
path: root/src/confparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/confparser.h')
-rw-r--r--src/confparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confparser.h b/src/confparser.h
index f4c52c3..d7af842 100644
--- a/src/confparser.h
+++ b/src/confparser.h
@@ -42,5 +42,6 @@ struct ConfigValues {
extern int config_file_parse(Conf *conf, UserOpt *opt);
extern void make_config_name(char * ret, const char *confPath);
+extern void initialize_conf(Conf *conf);
extern void free_conf(Conf *conf);
#endif // CONFPARSER_H