[dovecot-cvs] dovecot/src/lib-mail istream-header-filter.c, 1.28,
	1.29
    cras at dovecot.org 
    cras at dovecot.org
       
    Fri Sep 30 23:10:44 EEST 2005
    
        - Previous message: [dovecot-cvs] dovecot/src/lib istream-data.c, 1.12,
	1.13 istream-file.c, 1.23, 1.24 istream-internal.h, 1.7,
	1.8 istream-limit.c, 1.14, 1.15 istream-mmap.c, 1.16,
	1.17 istream-seekable.c, 1.4, 1.5 istream.c, 1.28,
	1.29 istream.h, 1.18, 1.19
 
        - Next message: [dovecot-cvs] 
	dovecot/src/lib-storage/index/mbox istream-raw-mbox.c, 1.31, 1.32
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/lib/cvs/dovecot/src/lib-mail
In directory talvi:/tmp/cvs-serv9151/lib-mail
Modified Files:
	istream-header-filter.c 
Log Message:
Added i_stream_seek_mark() and used it
Index: istream-header-filter.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-mail/istream-header-filter.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- istream-header-filter.c	3 Jul 2005 10:37:07 -0000	1.28
+++ istream-header-filter.c	30 Sep 2005 20:10:42 -0000	1.29
@@ -234,7 +234,8 @@
 	return ret;
 }
 
-static void _seek(struct _istream *stream, uoff_t v_offset)
+static void _seek(struct _istream *stream, uoff_t v_offset,
+		  int mark __attr_unused__)
 {
 	struct header_filter_istream *mstream =
 		(struct header_filter_istream *)stream;
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib istream-data.c, 1.12,
	1.13 istream-file.c, 1.23, 1.24 istream-internal.h, 1.7,
	1.8 istream-limit.c, 1.14, 1.15 istream-mmap.c, 1.16,
	1.17 istream-seekable.c, 1.4, 1.5 istream.c, 1.28,
	1.29 istream.h, 1.18, 1.19
 
	- Next message: [dovecot-cvs] 
	dovecot/src/lib-storage/index/mbox istream-raw-mbox.c, 1.31, 1.32
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list