]> Pileus Git - lackey/blobdiff - src/cal.h
Add simple config file parser
[lackey] / src / cal.h
index ae41f3b1fc070371f0df3bfae34f334775730a65..48e1af4d20b1b0daf2cb0846c862283f76a9ae41 100644 (file)
--- a/src/cal.h
+++ b/src/cal.h
@@ -58,3 +58,4 @@ extern todo_t  *TODOS;
 /* Calendar functions */
 void cal_init(void);
 void cal_load(year_t year, month_t month, day_t day, int days);
+void cal_config(const char *group, const char *name, const char *key, const char *value);