mail-storage-hooks.h revision f46fce070a135ec6bb3078c104f32651ea84cdef
#ifndef MAIL_STORAGE_HOOKS_H
#define MAIL_STORAGE_HOOKS_H
struct module;
struct mail_user;
struct mail_storage;
struct mail_namespace;
struct mailbox_list;
struct mailbox;
struct mail_storage_hooks {
};
void mail_storage_hooks_init(void);
void mail_storage_hooks_deinit(void);
const struct mail_storage_hooks *hooks);
#endif