changeset 2999:1d328531c466 HEAD

mail_cache_decision_*() prototypes were wrong.
author Timo Sirainen <tss@iki.fi>
date Sun, 19 Dec 2004 10:19:00 +0200
parents 7e1fdbdaf465
children 288a0d56c846
files src/lib-index/mail-cache-private.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-cache-private.h	Sun Dec 19 10:18:05 2004 +0200
+++ b/src/lib-index/mail-cache-private.h	Sun Dec 19 10:19:00 2004 +0200
@@ -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);