From 407d5abd231eeedb9bfdc5e81b9ef7030bb05325 Mon Sep 17 00:00:00 2001 From: Quentin Hibon Date: Sun, 27 May 2018 10:05:56 +0200 Subject: 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 --- src/calcurse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/calcurse.h') 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 *); -- cgit v1.2.3-54-g00ecf