view src/lib-storage/index/dbox/dbox-settings.h @ 9002:9d0037a997f4 HEAD

Initial commit for config rewrite.
author Timo Sirainen <tss@iki.fi>
date Tue, 27 Jan 2009 18:21:53 -0500
parents
children 21d4363a3cf7
line wrap: on
line source

#ifndef DBOX_SETTINGS_H
#define DBOX_SETTINGS_H

struct dbox_settings {
	unsigned int dbox_rotate_size;
	unsigned int dbox_rotate_min_size;
	unsigned int dbox_rotate_days;
	unsigned int dbox_max_open_files;
};

const struct setting_parser_info *dbox_get_setting_parser_info(void);

#endif