X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmsgbase.h;h=308c3aa335b8b4949b86b66343afcdecfa613d7c;hb=5ac2920028e92a453c686c799327d7a66b3e7b49;hp=ec22c202018178c6e1b8cf57d5386e9fc2be58ff;hpb=5c39ca8a3c875df98163fed8923c258f21bb3f66;p=citadel.git diff --git a/citadel/msgbase.h b/citadel/msgbase.h index ec22c2020..308c3aa33 100644 --- a/citadel/msgbase.h +++ b/citadel/msgbase.h @@ -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 */