Began refactoring CALDAV REPORT flow of control.
[citadel.git] / webcit-ng / server / webcit.h
index 1a187fef815f03aa7e6c3d2b1aae14fb76c1b00c..70d4c420dfb3b329ded553aeeca1abf4a674db91 100644 (file)
@@ -145,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);