X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fserver%2Fwebcit.h;h=657ac18b222bfc0fcb2dca0799d99c3323e1a157;hb=b71f6ba27ff81252619feaea6c5046e4502403df;hp=ec66ece335b4ff6faf6301407526057d8a7c393d;hpb=3a673adcc2ffde7ae38f14677efa288c4173d159;p=citadel.git diff --git a/webcit-ng/server/webcit.h b/webcit-ng/server/webcit.h index ec66ece33..657ac18b2 100644 --- a/webcit-ng/server/webcit.h +++ b/webcit-ng/server/webcit.h @@ -155,7 +155,10 @@ void caldav_xml_start(void *, const char *, const char **); void caldav_xml_end(void *, const char *); 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 *, int); void caldav_report(struct http_transaction *, struct ctdlsession *); // ctdlclient.c