]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/webcit.h
XML is like violence: if it doesn't work, you're not using enough.
[citadel.git] / webcit-ng / server / webcit.h
index ec66ece335b4ff6faf6301407526057d8a7c393d..03efc5e816eaeed44340d7d85ec176c62ca45733 100644 (file)
@@ -155,6 +155,7 @@ 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 *);
 void caldav_report(struct http_transaction *, struct ctdlsession *);