view src/config/all-settings.h @ 9793:d7ccdbb58a03 HEAD

config: If master module requests configuration, reread it before replying. If new configuration is invalid, send an ERROR reply back.
author Timo Sirainen <tss@iki.fi>
date Fri, 14 Aug 2009 18:13:35 -0400
parents 5d0a69504867
children dcda7c495eb6
line wrap: on
line source

#ifndef ALL_SETTINGS_H
#define ALL_SETTINGS_H

struct all_settings_root {
	const char *module_name;
	struct setting_parser_info *root;
};
extern const struct all_settings_root all_roots[];

#endif