]> Pileus Git - lackey/blobdiff - cals/ical.c
Add todo view
[lackey] / cals / ical.c
index b39f901512f58dee046d93ff4f1d20ef7d7ecae9..028385b7e9e7d24884ec4c3df41e173cd95cf59e 100644 (file)
@@ -160,6 +160,12 @@ event_t *ical_events(cal_t *cal, year_t year, month_t month, day_t day, int days
        /* Todo, memory management */
 }
 
+/* Todo functions */
+todo_t *ical_todos(cal_t *cal, year_t year, month_t month, day_t day, int days)
+{
+       return NULL;
+}
+
 /* Test functions */
 void ical_printr(icalcomponent *comp, int depth)
 {