#ifndef MBOX_SETTINGS_H
#define MBOX_SETTINGS_H
struct mbox_settings {
const char *mbox_read_locks;
const char *mbox_write_locks;
unsigned int mbox_lock_timeout;
unsigned int mbox_dotlock_change_timeout;
bool mbox_dirty_syncs;
bool mbox_very_dirty_syncs;
bool mbox_lazy_writes;
const char *mbox_md5;
};
const struct setting_parser_info *mbox_get_setting_parser_info(void);
#endif