aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorQuentin Hibon <qh.public@yahoo.com>2018-08-25 12:04:12 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2018-10-21 20:02:57 +0200
commit65064ceed10acdb09f7f6a26f4ab743e2a5e8086 (patch)
tree019f56a05dd7d308fba9b31e5b9e846e83595bb1 /src/calcurse.h
parent8104c4aaf4c15b56d85aba682d7ce9bb3067b7b3 (diff)
downloadcalcurse-65064ceed10acdb09f7f6a26f4ab743e2a5e8086.tar.gz
calcurse-65064ceed10acdb09f7f6a26f4ab743e2a5e8086.zip
Check if the configuration folder exists
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index a54f2bc..fb20da7 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -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];