[dovecot-cvs] dovecot/src/imap commands-util.c, 1.43, 1.44 imap-fetch.c, 1.39, 1.40

cras at dovecot.org cras at dovecot.org
Mon Jul 4 14:32:21 EEST 2005


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv31785/imap

Modified Files:
	commands-util.c imap-fetch.c 
Log Message:
Moved array declaration to array-decl.h and include it in lib.h. So array.h
needs to be now included to use any array_*() functions.



Index: commands-util.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/commands-util.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- commands-util.c	2 Apr 2005 21:08:56 -0000	1.43
+++ commands-util.c	4 Jul 2005 11:32:19 -0000	1.44
@@ -1,6 +1,7 @@
 /* Copyright (C) 2002-2003 Timo Sirainen */
 
 #include "common.h"
+#include "array.h"
 #include "buffer.h"
 #include "str.h"
 #include "mail-storage.h"

Index: imap-fetch.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/imap-fetch.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- imap-fetch.c	18 Mar 2005 18:49:53 -0000	1.39
+++ imap-fetch.c	4 Jul 2005 11:32:19 -0000	1.40
@@ -1,6 +1,7 @@
 /* Copyright (C) 2002-2004 Timo Sirainen */
 
 #include "common.h"
+#include "array.h"
 #include "buffer.h"
 #include "istream.h"
 #include "ostream.h"



More information about the dovecot-cvs mailing list