[dovecot-cvs] dovecot/src/lib-index mail-cache-private.h,1.21,1.22

cras at dovecot.org cras at dovecot.org
Sun Dec 19 10:19:02 EET 2004


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv15530

Modified Files:
	mail-cache-private.h 
Log Message:
mail_cache_decision_*() prototypes were wrong.



Index: mail-cache-private.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-cache-private.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- mail-cache-private.h	5 Dec 2004 04:10:43 -0000	1.21
+++ mail-cache-private.h	19 Dec 2004 08:19:00 -0000	1.22
@@ -199,9 +199,9 @@
 int mail_cache_delete(struct mail_cache *cache, uint32_t offset);
 
 void mail_cache_decision_lookup(struct mail_cache_view *view, uint32_t seq,
-				uint32_t field);
+				unsigned int field);
 void mail_cache_decision_add(struct mail_cache_view *view, uint32_t seq,
-			     uint32_t field);
+			     unsigned int field);
 
 int mail_cache_expunge_handler(struct mail_index_sync_map_ctx *sync_ctx,
 			       uint32_t seq, const void *data, void **context);



More information about the dovecot-cvs mailing list