]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/server/caldav_reports.c
Starting to bring over calendar server code from webcit-classic.
[citadel.git] / webcit-ng / server / caldav_reports.c
index dbaa9c5971ed2430fc9340ed57ae693b11ecac6e..7fe12ff3ae2b38c0a6245f5d45fe4023da6fc8da 100644 (file)
@@ -101,7 +101,7 @@ void caldav_xml_chardata(void *data, const XML_Char * s, int len) {
 //
 // NOTE: this function expects that "MSGP text/calendar" was issued at the beginning
 // of a REPORT operation to set our preferred MIME type to calendar data.
-StrBuf *fetch_ical(struct ctdlsession * c, long msgnum) {
+StrBuf *fetch_ical(struct ctdlsession *c, long msgnum) {
        char buf[1024];
        StrBuf *Buf = NULL;
 
@@ -145,7 +145,7 @@ StrBuf *fetch_ical(struct ctdlsession * c, long msgnum) {
 
 // Called by caldav_report() to output a single item.
 // Our policy is to throw away the list of properties the client asked for, and just send everything.
-void caldav_response(struct http_transaction *h, struct ctdlsession *c, StrBuf * ReportOut, StrBuf * ThisHref) {
+void caldav_response(struct http_transaction *h, struct ctdlsession *c, StrBuf *ReportOut, StrBuf *ThisHref) {
        long msgnum;
        StrBuf *Caldata = NULL;
        char *euid;