XML is like violence: if it doesn't work, you're not using enough.
[citadel.git] / webcit-ng / server / webcit.h
index 92738063bfa7ff1302f109981904adee34da7dfb..03efc5e816eaeed44340d7d85ec176c62ca45733 100644 (file)
@@ -157,8 +157,6 @@ void caldav_xml_chardata(void *, const XML_Char *, int);
 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 *);
 void caldav_report(struct http_transaction *, struct ctdlsession *);
 
 // ctdlclient.c