#ifndef CYDIR_SYNC_H
#define CYDIR_SYNC_H
struct mailbox;
struct mailbox_sync_status;
struct imapc_sync_store {
const char *flags;
};
struct imapc_sync_context {
unsigned int sync_command_count;
};
struct mailbox_sync_context *
struct mailbox_sync_status *status_r);
#endif