Check if the configuration folder exists

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Quentin Hibon
2018-08-25 12:04:12 +02:00
committed by Lukas Fleischer
parent 8104c4aaf4
commit 65064ceed1
3 changed files with 20 additions and 10 deletions

View File

@@ -1216,6 +1216,7 @@ extern int want_reload;
extern const char *datefmt_str[DATE_FORMATS];
extern int days[12];
extern char path_dir[BUFSIZ];
extern char path_conf_dir[BUFSIZ];
extern char path_todo[BUFSIZ];
extern char path_apts[BUFSIZ];
extern char path_conf[BUFSIZ];