mail-index-transaction-private.h revision 2ca4cb08680aebb1474d762738cf436871f095fb
#include "mail-transaction-log.h"
struct mail_index_transaction {
int refcount;
struct mail_index_view *view;
unsigned int append_record_size;
unsigned char hdr_change[sizeof(struct mail_index_header)];
unsigned char hdr_mask[sizeof(struct mail_index_header)];
unsigned int hide_transaction:1;
unsigned int hdr_changed:1;
};
struct mail_index_record *
void mail_index_transaction_ref(struct mail_index_transaction *t);
void mail_index_transaction_unref(struct mail_index_transaction *t);
#endif