dbox-uidlist.h revision 4673afe816ffbca769585e4518e9b3c3d72e95dd
#ifndef __DBOX_UIDLIST_H
#define __DBOX_UIDLIST_H
#include "seq-range-array.h"
struct dbox_file;
struct dbox_mailbox;
struct dbox_uidlist_sync_ctx;
struct dbox_uidlist_entry {
/* file creation timestamp. used for rotation checks. */
/* the used file size. the actual file size may be larger. */
};
struct dbox_uidlist_entry *
struct dbox_uidlist_append_ctx *
Returns -1 if failed, 0 if ok. If new file is created, the file's header is
already appended. */
struct dbox_file *
struct dbox_uidlist_sync_ctx **ctx_r,
const struct dbox_uidlist_entry *entry);
#endif