aboutsummaryrefslogtreecommitdiffstats
path: root/src/confparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/confparser.h')
-rw-r--r--src/confparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confparser.h b/src/confparser.h
index 076cb0f..a07972b 100644
--- a/src/confparser.h
+++ b/src/confparser.h
@@ -54,5 +54,5 @@ struct ConfigValues {
extern int config_file_parse(Conf *conf, UserOpt *opt);
extern int init_create_config_file(UserOpt *opt);
-
+extern void free_conf(Conf *conf);
#endif // CONFPARSER_H