dovecot: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Sun Dec 2 13:39:31 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/0ddc6511e9ff
changeset: 6890:0ddc6511e9ff
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Dec 02 13:39:25 2007 +0200
description:
Compiler warning fix.

diffstat:

1 file changed, 2 insertions(+)
src/lib-imap/imap-util.h |    2 ++

diffs (11 lines):

diff -r 3ec5a07d00f2 -r 0ddc6511e9ff src/lib-imap/imap-util.h
--- a/src/lib-imap/imap-util.h	Sun Dec 02 12:50:50 2007 +0200
+++ b/src/lib-imap/imap-util.h	Sun Dec 02 13:39:25 2007 +0200
@@ -1,5 +1,7 @@
 #ifndef IMAP_UTIL_H
 #define IMAP_UTIL_H
+
+enum mail_flags;
 
 /* Write flags as a space separated string. */
 void imap_write_flags(string_t *dest, enum mail_flags flags,


More information about the dovecot-cvs mailing list