X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;ds=sidebyside;f=webcit-ng%2Fserver%2Fwebcit.h;fp=webcit-ng%2Fserver%2Fwebcit.h;h=6b9d160bec6a3e8f0a81bfc002f42538a17d066d;hb=fba52410c164f3bf45b35c1f34ad2d640ff5350e;hp=eb47b76fd2a7012dfef46147fd90fba655b067d7;hpb=c5b99d2f192b2e157e1591c18042f9fdd37996f2;p=citadel.git diff --git a/webcit-ng/server/webcit.h b/webcit-ng/server/webcit.h index eb47b76fd..6b9d160be 100644 --- a/webcit-ng/server/webcit.h +++ b/webcit-ng/server/webcit.h @@ -9,7 +9,7 @@ //#define DEBUG_HTTP //#define REQUEST_BODY_TO_STDERR //#define RESPONSE_BODY_TO_STDERR -#define DEBUG_XML_PARSE +//#define DEBUG_XML_PARSE #define SHOW_ME_VAPPEND_PRINTF @@ -139,13 +139,9 @@ enum { #define DAV_MOVE 0 // MOVE=0 COPY=1 don't change these! #define DAV_COPY 1 // they are the values used in the Citadel Server MOVE command - // FIXME retrieve this from the server #define default_zone_name "" -// Everything below here is generated with this command: -// cproto -f2 *.c 2>/dev/null |sed 's/^\/\*/\n\/\//g' | sed 's/\ \*\/$//g' - // admin_functions.c void try_login(struct http_transaction *, struct ctdlsession *); void logout(struct http_transaction *, struct ctdlsession *); @@ -158,8 +154,6 @@ 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 cal_multiget_out(long, StrBuf *, StrBuf *, StrBuf *); -void caldav_report_one_item(struct http_transaction *, struct ctdlsession *, StrBuf *, StrBuf *); int caldav_time_range_filter_matches(icalcomponent *, char *, char *); int caldav_apply_filters(void *, Array *, int); void caldav_report(struct http_transaction *, struct ctdlsession *); @@ -299,3 +293,4 @@ char *http_datestring(time_t); void spawn_another_worker_thread(int *); void worker_entry(int *); int webserver(char *, int, int); +