remove typedef from struct recptypes
[citadel.git] / citadel / modules / wiki / serv_wiki.c
index 5de715a3272de89645817033d0aa928127425b33..3917237aa36b3bb5f67c4e7bcab7fb652b60a9d7 100644 (file)
@@ -59,7 +59,7 @@ char *wwm = "9999999999.WikiWaybackMachine";
  * Before allowing a wiki page save to execute, we have to perform version control.
  * This involves fetching the old version of the page if it exists.
  */
-int wiki_upload_beforesave(struct CtdlMessage *msg, recptypes *recp) {
+int wiki_upload_beforesave(struct CtdlMessage *msg, struct recptypes *recp) {
        struct CitContext *CCC = CC;
        long old_msgnum = (-1L);
        struct CtdlMessage *old_msg = NULL;