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 d8013e0..11ada7f 100644
--- a/src/confparser.h
+++ b/src/confparser.h
@@ -43,6 +43,7 @@ struct ConfigValues {
int config_file_parse(Conf *conf, UserOpt *opt);
void make_config_name(char * ret, const char *confPath);
+int find_config(UserOpt *opt);
void initialize_conf(Conf *conf);
void free_conf(Conf *conf);
#endif // CONFPARSER_H