[dovecot-cvs] dovecot/src/lib-storage mail-storage.c,1.39,1.40

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


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

Modified Files:
	mail-storage.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: mail-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/mail-storage.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- mail-storage.c	8 Apr 2005 15:17:51 -0000	1.39
+++ mail-storage.c	4 Jul 2005 11:32:21 -0000	1.40
@@ -2,6 +2,7 @@
 
 #include "lib.h"
 #include "ioloop.h"
+#include "array.h"
 #include "mail-storage-private.h"
 
 #include <stdlib.h>



More information about the dovecot-cvs mailing list