[dovecot-cvs] dovecot/src/lib-index mail-index-transaction.c, 1.76, 1.76.2.1 mail-index.h, 1.158.2.2, 1.158.2.3

tss at dovecot.org tss at dovecot.org
Sun Nov 12 19:52:31 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv25848

Modified Files:
      Tag: branch_1_0
	mail-index-transaction.c mail-index.h 
Log Message:
Removed mail_index_update_header_ext(). It's not implemented, it's not
currently needed and it won't make it into v1.0 anyway.



Index: mail-index-transaction.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-transaction.c,v
retrieving revision 1.76
retrieving revision 1.76.2.1
diff -u -d -r1.76 -r1.76.2.1
--- mail-index-transaction.c	2 May 2006 22:05:09 -0000	1.76
+++ mail-index-transaction.c	12 Nov 2006 19:52:29 -0000	1.76.2.1
@@ -777,13 +777,6 @@
 	array_idx_set(&t->ext_resets, ext_id, &reset_id);
 }
 
-void mail_index_update_header_ext(struct mail_index_transaction *t,
-				  uint32_t ext_id, size_t offset,
-				  const void *data, size_t size)
-{
-	// FIXME
-}
-
 void mail_index_update_ext(struct mail_index_transaction *t, uint32_t seq,
 			   uint32_t ext_id, const void *data, void *old_data_r)
 {

Index: mail-index.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index.h,v
retrieving revision 1.158.2.2
retrieving revision 1.158.2.3
diff -u -d -r1.158.2.2 -r1.158.2.3
--- mail-index.h	15 Oct 2006 17:56:06 -0000	1.158.2.2
+++ mail-index.h	12 Nov 2006 19:52:29 -0000	1.158.2.3
@@ -398,10 +398,6 @@
 			    uint32_t ext_id, struct mail_index_map *map,
 			    uint32_t *hdr_size_r, uint16_t *record_size_r,
 			    uint16_t *record_align_r);
-/* Update extension header field. */
-void mail_index_update_header_ext(struct mail_index_transaction *t,
-				  uint32_t ext_id, size_t offset,
-				  const void *data, size_t size);
 /* Update extension record. If old_data_r is non-NULL and the record extension
    was already updated in this transaction, it's set to contain the data it's
    now overwriting. */



More information about the dovecot-cvs mailing list