Starting to bring over calendar server code from webcit-classic.
[citadel.git] / webcit-ng / server / caldav_reports.c
index d30894968e68343c63e76dcefc7277569abcea52..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;