]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.h
* Added supplementary message info records for info that may change
[citadel.git] / citadel / msgbase.h
index 4331d598b099bca73e48534bd18dfb5120449ba4..40bdab65b16d4055b5b2b0aac0374eacdba7f99c 100644 (file)
@@ -25,3 +25,6 @@ void cmd_ent0 (char *entargs);
 void cmd_ent3 (char *entargs);
 void cmd_dele (char *delstr);
 void cmd_move (char *args);
+void GetSuppMsgInfo(struct SuppMsgInfo *, long);
+void PutSuppMsgInfo(struct SuppMsgInfo *);
+void AdjRefCount(long, int);