]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
Removed support for 'before read hooks' because there is no such thing.
[citadel.git] / citadel / msgbase.h
index ec22c202018178c6e1b8cf57d5386e9fc2be58ff..c990b23b2edd2f96a5e10491e2bc753c165c8b9d 100644 (file)
@@ -60,7 +60,6 @@ struct repl {                 /* Info for replication checking */
 };
 
 
-
 /*
  * This is a list of "harvested" email addresses that we might want to
  * stick into someone's address book.  But we defer this operaiton so
@@ -106,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);
@@ -226,5 +225,6 @@ struct CtdlMessage *CtdlMakeMessageLen(
        long reflen
 );
 
+void AdjRefCountList(long *msgnum, long nmsg, int incr);
 
 #endif /* MSGBASE_H */