dovecot-1.2: Compiler fixes.

dovecot at dovecot.org dovecot at dovecot.org
Fri Aug 14 09:41:33 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/8ca1f9f1ef2e
changeset: 9322:8ca1f9f1ef2e
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Aug 14 02:41:25 2009 -0400
description:
Compiler fixes.

diffstat:

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

diffs (11 lines):

diff -r 339be408f49a -r 8ca1f9f1ef2e src/lib/time-util.h
--- a/src/lib/time-util.h	Thu Aug 13 20:45:09 2009 -0400
+++ b/src/lib/time-util.h	Fri Aug 14 02:41:25 2009 -0400
@@ -1,5 +1,7 @@
 #ifndef TIME_UTIL_H
 #define TIME_UTIL_H
+
+struct timeval;
 
 /* Returns -1 if tv1<tv2, 1 if tv1>tv2, 0 if they're equal. */
 int timeval_cmp(const struct timeval *tv1, const struct timeval *tv2);


More information about the dovecot-cvs mailing list