#ifndef DSYNC_MAILBOX_EXPORT_H
#define DSYNC_MAILBOX_EXPORT_H
enum dsync_mailbox_exporter_flags {
};
struct dsync_mailbox_exporter *
struct dsync_transaction_log_scan *log_scan,
unsigned int hdr_hash_version,
const char *const *hashed_headers);
/* Returns 1 if attribute was returned, 0 if no more attributes, -1 on error */
const struct dsync_mailbox_attribute **attr_r);
/* Returns 1 if change was returned, 0 if no more changes, -1 on error */
const struct dsync_mail_change **change_r);
const struct dsync_mail_request *request);
/* Returns 1 if mail was returned, 0 if no more mails, -1 on error */
const struct dsync_mail **mail_r);
#endif