Convert CtdlMessages to respect cm_lengths[]
[citadel.git] / citadel / journaling.h
index 017bc6a37f539fb4167323a409cf67be446eb3ef..74c79816afaf05e33123e730ff75e2b8ffce86e7 100644 (file)
@@ -1,8 +1,6 @@
-/* $Id$ */
-
 struct jnlq {
        struct jnlq *next;
-       struct recptypes recps;
+       recptypes recps;
        char *from;
        char *node;
        char *rfca;
@@ -13,6 +11,6 @@ struct jnlq {
 
 void JournalBackgroundSubmit(struct CtdlMessage *msg,
                         StrBuf *saved_rfc822_version,
-                        struct recptypes *recps);
+                        recptypes *recps);
 void JournalRunQueueMsg(struct jnlq *jmsg);
 void JournalRunQueue(void);