AdjRefCount() now runs synchronously, eliminating the refcount_adjustments.dat queue...
[citadel.git] / citadel / msgbase.h
index ec22c202018178c6e1b8cf57d5386e9fc2be58ff..6ba7603ef5d1de5b257f64428fdc68f52a4ebde5 100644 (file)
@@ -226,5 +226,6 @@ struct CtdlMessage *CtdlMakeMessageLen(
        long reflen
 );
 
+void AdjRefCountList(long *msgnum, long nmsg, int incr);
 
 #endif /* MSGBASE_H */