From dc48e79c1507e1235a271b4a3763e9701651d2ab Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 16 Jun 2009 15:39:09 +0400 Subject: * Use own logging system to use static logging buffer instead of dynamically allocated one --- src/message.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/message.h') 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; -- cgit v1.2.3