Try new strategy for CalDAV report filter parsing.
[citadel.git] / webcit-ng / server / webcit.h
index 657ac18b222bfc0fcb2dca0799d99c3323e1a157..92738063bfa7ff1302f109981904adee34da7dfb 100644 (file)
@@ -158,7 +158,7 @@ StrBuf *fetch_ical(struct ctdlsession *, long);
 void cal_multiget_out(long, StrBuf *, StrBuf *, StrBuf *);
 void caldav_report_one_item(struct http_transaction *, struct ctdlsession *, StrBuf *, StrBuf *);
 int caldav_apply_one_filter(void *, char *);
-int caldav_apply_filters(void *, Array *, int);
+int caldav_apply_filters(void *, Array *);
 void caldav_report(struct http_transaction *, struct ctdlsession *);
 
 // ctdlclient.c