From 37623394d364b55aa8f949fd8aa51edf65d9da10 Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Tue, 16 Oct 2018 23:39:34 +0300 Subject: move init helper to the helper file --- src/confparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/confparser.h') 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 -- cgit v1.2.3