]> 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 b5b8bb2e34a8ee823b5810d4dd9404ac039e1086..03efc5e816eaeed44340d7d85ec176c62ca45733 100644 (file)
@@ -6,9 +6,10 @@
 // disclosure is subject to the GNU General Public License v3.
 
 // uncomment one or more of these to see raw http transactions
-#define DEBUG_HTTP
-#define REQUEST_BODY_TO_STDERR
+//#define DEBUG_HTTP
+//#define REQUEST_BODY_TO_STDERR
 //#define RESPONSE_BODY_TO_STDERR
+//#define DEBUG_XML_PARSE
 
 #define SHOW_ME_VAPPEND_PRINTF
 
@@ -154,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 *);