CtdlSerializeMessage() now returns struct smr_ret
[citadel.git] / webcit-ng / server / webcit.h
index 57f242f83c965a84e329a3921b059de69daa315f..3679d245c4fad8583ee58c287be14d0b0ef092bb 100644 (file)
@@ -1,9 +1,9 @@
 // webcit.h - "header of headers"
 //
-// Copyright (c) 1996-2023 by the citadel.org team
+// Copyright (c) 1996-2024 by the citadel.org team
 //
-// This program is open source software.  You can redistribute it and/or
-// modify it under the terms of the GNU General Public License, version 3.
+// This program is open source software.  Use, duplication, or
+// disclosure is subject to the GNU General Public License v3.
 
 #define SHOW_ME_VAPPEND_PRINTF
 
@@ -150,9 +150,8 @@ 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 caldav_response(struct http_transaction *, struct ctdlsession *, StrBuf *, StrBuf *);
+void caldav_report_one_item(struct http_transaction *, struct ctdlsession *, StrBuf *, StrBuf *);
 void caldav_report(struct http_transaction *, struct ctdlsession *);
-void XXXXXXXXXXXXXX(struct http_transaction *, struct ctdlsession *, char *);
 
 // ctdlclient.c
 int ctdl_read_binary(struct ctdlsession *, char *, int);