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 b121a59..75201e4 100644
--- a/src/confparser.h
+++ b/src/confparser.h
@@ -52,6 +52,6 @@ struct ConfigValues {
/* Parse the configuration file and fill the conf struct */
extern int config_file_parse(Conf *conf, UserOpt *opt);
-extern int init_create_config_file(UserOpt *opt);
+extern void make_config_name(char * ret, const char *confPath);
extern void free_conf(Conf *conf);
#endif // CONFPARSER_H