diff options
Diffstat (limited to 'src/lib-storage/index/raw/raw-sync.h')
-rw-r--r-- | src/lib-storage/index/raw/raw-sync.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib-storage/index/raw/raw-sync.h b/src/lib-storage/index/raw/raw-sync.h new file mode 100644 index 0000000..2c29c1f --- /dev/null +++ b/src/lib-storage/index/raw/raw-sync.h @@ -0,0 +1,9 @@ +#ifndef RAW_SYNC_H +#define RAW_SYNC_H + +struct mailbox; + +struct mailbox_sync_context * +raw_storage_sync_init(struct mailbox *box, enum mailbox_sync_flags flags); + +#endif |