calendar_functions.c: added skeleton
[citadel.git] / webcit-ng / server / webcit.h
index 956e248639a60d2dc03e7aade05e536e590e19aa..11681a5969f6056f0e100412cded5c6383cfce19 100644 (file)
@@ -180,3 +180,4 @@ void UrlizeText(StrBuf* Target, StrBuf *Source, StrBuf *WrkBuf);
 void json_render_one_message(struct http_transaction *h, struct ctdlsession *c, long msgnum);
 void upload_files(struct http_transaction *h, struct ctdlsession *c);
 struct uploaded_file pop_upload(char *id);
+void json_msglist(struct http_transaction *h, struct ctdlsession *c, char *range);