]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
* separate loading & parsing the ical attachment
[citadel.git] / webcit / webcit.h
index 90404821dd92b6403b38be60dd6e5b72c202d52b..e4be1cb8df14d6d3fc880a08014c794a2e2dd07f 100644 (file)
@@ -776,6 +776,7 @@ extern char *hourname[];    /* Names of hours (12am, 1am, etc.) */
 
 void http_datestring(char *buf, size_t n, time_t xtime);
 
+typedef void (*IcalCallbackFunc)(icalcomponent *, long, char*, int, struct calview *);
 
 typedef void (*WebcitHandlerFunc)(void);
 typedef struct  _WebcitHandler{