aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorQuentin Hibon <qh.public@yahoo.com>2018-05-27 10:05:56 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2018-05-28 06:29:09 +0200
commit407d5abd231eeedb9bfdc5e81b9ef7030bb05325 (patch)
treeb13ebe41e321fa23e231d9057407b6b30a89671b /src/calcurse.h
parent574156be7c0feae9c66909b2f83a46c6906fdf50 (diff)
downloadcalcurse-407d5abd231eeedb9bfdc5e81b9ef7030bb05325.tar.gz
calcurse-407d5abd231eeedb9bfdc5e81b9ef7030bb05325.zip
Add option to specify the configuration file used
The configuration file (~/.calcurse/conf by default) can now be specified with -C or --conf. Workaround for GitHub issue #86. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index 7f403c4..e5af531 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -841,7 +841,7 @@ void ical_export_data(FILE *, int);
/* io.c */
unsigned io_fprintln(const char *, const char *, ...);
-void io_init(const char *, const char *);
+void io_init(const char *, const char *, const char *);
void io_extract_data(char *, const char *, int);
void io_dump_apts(const char *, const char *, const char *, const char *);
unsigned io_save_apts(const char *);