]> Pileus Git - lackey/blobdiff - src/cal.h
Add cal_load function and update cal APIs
[lackey] / src / cal.h
index 5a03c2ef7a7703f4aced2f0cf65ef846b444342a..1242da8f5131c24127298b798f05155773a3f378 100644 (file)
--- a/src/cal.h
+++ b/src/cal.h
@@ -57,6 +57,7 @@ extern todo_t  *TODOS;
 
 /* Calendar functions */
 void cal_init(void);
+void cal_load(year_t year, month_t month, day_t day, int days);
 
 /* Test fuctions */
 void ical_test(void);