webcit.h: regenerated function prototypes using cproto
[citadel.git] / webcit-ng / server / calendar_functions.c
index 1c9e19645a572daa1afb96943be82dcc6eb868f3..820de037a184fa6e98ac36b39d4c2e95c8b7626d 100644 (file)
@@ -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);
 }