]> Pileus Git - lackey/blobdiff - src/event.h
Start on iCalendar support
[lackey] / src / event.h
index 199e1dc9da9998960452ca6c51c3ebc270ed75ef..b75f890f43a86633d29c7745e64f41a4fe221d6a 100644 (file)
@@ -49,3 +49,7 @@ event_t *event_get(year_t year, month_t month, day_t day, int days);
 
 /* Calendar implementation functions */
 event_t *dummy_get(cal_t *cal, year_t year, month_t month, day_t day, int days);
+event_t *ical_get(cal_t *cal, year_t year, month_t month, day_t day, int days);
+
+/* Test fuctions */
+void ical_test(void);