Split mailview renderers from mailview tokens
[citadel.git] / webcit / messages.h
index d81bdea7ba47a13a2916fe33b4ec8ff255897995..7dd909c33668784a34af6e0cc2c2bb192f85a328 100644 (file)
@@ -9,6 +9,8 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  */
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  */
+#ifndef MESSAGES_H
+#define MESSAGES_H
 
 extern CtxType CTX_MAILSUM;
 extern CtxType CTX_MIME_ATACH;
 
 extern CtxType CTX_MAILSUM;
 extern CtxType CTX_MIME_ATACH;
@@ -294,3 +296,6 @@ void RegisterMimeRenderer(const char *HeaderName, long HdrNLen,
  * @param buf linebuffer used to buffer citserver replies
  */
 int ReadOneMessageSummary(message_summary *Msg, StrBuf *FoundCharset, StrBuf *Buf);
  * @param buf linebuffer used to buffer citserver replies
  */
 int ReadOneMessageSummary(message_summary *Msg, StrBuf *FoundCharset, StrBuf *Buf);
+
+
+#endif