X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fserver%2Fcalendar_functions.c;h=820de037a184fa6e98ac36b39d4c2e95c8b7626d;hb=4b39426948e6537ae0aa91b5ead77a780750ba7f;hp=1c9e19645a572daa1afb96943be82dcc6eb868f3;hpb=1b03afbe16dbcff1b62a3e600e72f5fe7c1082ad;p=citadel.git diff --git a/webcit-ng/server/calendar_functions.c b/webcit-ng/server/calendar_functions.c index 1c9e19645..820de037a 100644 --- a/webcit-ng/server/calendar_functions.c +++ b/webcit-ng/server/calendar_functions.c @@ -9,7 +9,6 @@ // Client is requesting a message list -void json_msglist(struct http_transaction *h, struct ctdlsession *c, char *range) { - +void calendar_msglist(struct http_transaction *h, struct ctdlsession *c, char *range) { do_404(h); }