#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "conffile.h"
#define DEBUGC |
( |
|
format, |
|
|
|
args... |
|
) |
| |
References CONFIG_OPT_MANDATORY, CONFIG_OPT_MULTI, CONFIG_TYPE_CALLBACK, CONFIG_TYPE_INT, CONFIG_TYPE_STRING, CONFIG_VAL_STRING_LEN, DEBUGC, ERRMAND, ERRMULT, ERROPEN, ERRSECTION, config_entry::hit, config_entry::key, line, LINE_LEN, config_entry::next, config_entry::options, config_entry::parser, config_entry::string, config_entry::type, config_entry::u, and config_entry::value.
Referenced by main(), and ulogd_db_configure().
int config_register_file |
( |
const char * |
file | ) |
|