Removed support for 'before read hooks' because there is no such thing.
[citadel.git] / citadel / msgbase.h
index 308c3aa335b8b4949b86b66343afcdecfa613d7c..c990b23b2edd2f96a5e10491e2bc753c165c8b9d 100644 (file)
@@ -105,7 +105,7 @@ void CtdlWriteObject(char *req_room,                        /* Room to stuff it in */
                        int is_unique,                  /* Del others of this type? */
                        unsigned int flags              /* Internal save flags */
 );
-struct CtdlMessage *CtdlFetchMessage(long msgnum, int with_body, int run_msg_hooks);
+struct CtdlMessage *CtdlFetchMessage(long msgnum, int with_body);
 struct CtdlMessage * CM_Duplicate
                        (struct CtdlMessage *OrgMsg);
 int  CM_IsEmpty        (struct CtdlMessage *Msg, eMsgField which);