Functions | |
int | config_register_file (const char *file) |
int | config_parse_file (const char *section, struct config_keyset *kset) |
void | config_stop () |
Variables | |
struct config_entry * | config_errce = NULL |
int config_parse_file | ( | const char * | section, |
struct config_keyset * | kset | ||
) |
References config_keyset::ces, CONFIG_FLAG_VAL_PROTECTED, CONFIG_OPT_MANDATORY, CONFIG_OPT_MULTI, CONFIG_TYPE_CALLBACK, CONFIG_TYPE_INT, CONFIG_TYPE_STRING, CONFIG_VAL_STRING_LEN, ERRMAND, ERRMULT, ERROPEN, ERRSECTION, ERRTOOLONG, config_entry::flag, config_entry::hit, config_entry::key, line, LINE_LEN, NULL, config_keyset::num_ces, config_entry::options, config_entry::parser, pr_debug, config_entry::string, config_entry::type, config_entry::u, ULOGD_ERROR, ulogd_log, and config_entry::value.
int config_register_file | ( | const char * | file | ) |
References ERROOM, pr_debug, ULOGD_ERROR, and ulogd_log.
void config_stop | ( | ) |
struct config_entry* config_errce = NULL |