]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Compiler warning fix.
authorTimo Sirainen <tss@iki.fi>
Sun, 5 Dec 2010 21:11:03 +0000 (21:11 +0000)
committerTimo Sirainen <tss@iki.fi>
Sun, 5 Dec 2010 21:11:03 +0000 (21:11 +0000)
src/lib-storage/index/maildir/maildir-sync.h

index 83217fc461884f456805cbf5ab928db3d7f58756..9c017c6ba6dd9f0c14105b151c70357cbd5f935f 100644 (file)
@@ -14,8 +14,9 @@
 /* If syncing takes longer than this, log a warning. */
 #define MAILDIR_SYNC_TIME_WARN_SECS 60
 
-struct maildir_mailbox;
+enum maildir_uidlist_rec_flag;
 
+struct maildir_mailbox;
 struct maildir_sync_context;
 struct maildir_keywords_sync_ctx;
 struct maildir_index_sync_context;