Removed some leftover dependencies on message fields which no longer exist
[citadel.git] / citadel / msgbase.h
index ec22c202018178c6e1b8cf57d5386e9fc2be58ff..308c3aa335b8b4949b86b66343afcdecfa613d7c 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
@@ -226,5 +225,6 @@ struct CtdlMessage *CtdlMakeMessageLen(
        long reflen
 );
 
+void AdjRefCountList(long *msgnum, long nmsg, int incr);
 
 #endif /* MSGBASE_H */