changeset 12517:7c147f053c9b

Compiler warning fix.
author Timo Sirainen <tss@iki.fi>
date Sun, 05 Dec 2010 21:11:03 +0000
parents dc75c71b4671
children 88577ccb1380
files src/lib-storage/index/maildir/maildir-sync.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/maildir/maildir-sync.h	Mon Sep 06 19:07:49 2010 +0100
+++ b/src/lib-storage/index/maildir/maildir-sync.h	Sun Dec 05 21:11:03 2010 +0000
@@ -14,8 +14,9 @@
 /* If syncing takes longer than this, log a warning. */
 #define MAILDIR_SYNC_TIME_WARN_SECS 60
 
+enum maildir_uidlist_rec_flag;
+
 struct maildir_mailbox;
-
 struct maildir_sync_context;
 struct maildir_keywords_sync_ctx;
 struct maildir_index_sync_context;