[dovecot-cvs] dovecot/src/lib-mail istream-header-filter.c, 1.29, 1.30

cras at dovecot.org cras at dovecot.org
Sun Oct 9 12:55:36 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib-mail
In directory talvi:/tmp/cvs-serv9205/lib-mail

Modified Files:
	istream-header-filter.c 
Log Message:
Added exact parameter to i_stream_stat()



Index: istream-header-filter.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-mail/istream-header-filter.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- istream-header-filter.c	30 Sep 2005 20:10:42 -0000	1.29
+++ istream-header-filter.c	9 Oct 2005 09:55:34 -0000	1.30
@@ -278,7 +278,8 @@
 	i_panic("istream-header-filter sync() not implemented");
 }
 
-static const struct stat *_stat(struct _istream *stream)
+static const struct stat *
+_stat(struct _istream *stream, int exact __attr_unused__)
 {
 	/* return size and others as unknown */
 	return &stream->statbuf;



More information about the dovecot-cvs mailing list