]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/webcit.h
Began refactoring CALDAV REPORT flow of control.
[citadel.git] / webcit-ng / server / webcit.h
index b678ceffc2007e0b33a802533ef1d11207788090..70d4c420dfb3b329ded553aeeca1abf4a674db91 100644 (file)
@@ -34,6 +34,7 @@
 #include <stdarg.h>
 #include <limits.h>
 #include <iconv.h>
+#include <libical/ical.h>
 #include <libcitadel.h>
 #define OPENSSL_NO_KRB5                                // Work around RedHat's b0rken OpenSSL includes
 #include <openssl/ssl.h>
@@ -144,7 +145,6 @@ void caldav_xml_chardata(void *data, const XML_Char *s, int len);
 StrBuf *fetch_ical(struct ctdlsession *c, long msgnum);
 void caldav_response(struct http_transaction *h, struct ctdlsession *c, StrBuf *ReportOut, StrBuf *ThisHref);
 void caldav_report(struct http_transaction *h, struct ctdlsession *c);
-void calendar_msglist(struct http_transaction *h, struct ctdlsession *c, char *range);
 int ctdl_read_binary(struct ctdlsession *ctdl, char *buf, int bytes_requested);
 int ctdl_readline(struct ctdlsession *ctdl, char *buf, int maxbytes);
 StrBuf *ctdl_readtextmsg(struct ctdlsession *ctdl);