* New API function CtdlDoIHavePermissionToReadMessagesInThisRoom()
[citadel.git] / citadel / modules / wiki / serv_wiki.c
index 1e6a917a6e7d56442abb8ee9619e70d98b747e7d..522775c4b95ad5a087a3a769f60173fe20f2671a 100644 (file)
@@ -297,6 +297,8 @@ int wiki_upload_beforesave(struct CtdlMessage *msg) {
  */
 void cmd_wiki(char *argbuf) {
        cprintf("%d FIXME not finished\n", ERROR);
+
+       /* mime_parser(mptr, NULL, *mime_download, NULL, NULL, NULL, 0); */
 }