summaryrefslogtreecommitdiffstats
path: root/src/message.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-16 15:39:09 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-06-16 15:39:09 +0400
commitdc48e79c1507e1235a271b4a3763e9701651d2ab (patch)
treef4289c12007f953ade8cf096e1c4ec4eda2bacbc /src/message.h
parent53b1f011a3b34a40b08882e34083db820a815bab (diff)
downloadrspamd-dc48e79c1507e1235a271b4a3763e9701651d2ab.tar.gz
rspamd-dc48e79c1507e1235a271b4a3763e9701651d2ab.zip
* Use own logging system to use static logging buffer instead of dynamically allocated one
Diffstat (limited to 'src/message.h')
-rw-r--r--src/message.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/message.h b/src/message.h
index 9a63b0824..d32c78d7f 100644
--- a/src/message.h
+++ b/src/message.h
@@ -9,6 +9,9 @@
#include "config.h"
#include "fuzzy.h"
+struct worker_task;
+struct controller_session;
+
struct mime_part {
GMimeContentType *type;
GByteArray *content;