Go to the source code of this file.
Data Structures | |
struct | conf_entry |
A config key-value pair. More... | |
Defines | |
#define | CONF_VAR_CHAR 0 |
#define | CONF_VAR_SHORT 1 |
#define | CONF_VAR_INT 2 |
#define | CONF_VAR_STRING 3 |
#define | CONF_VAR_CALLBACK 4 |
#define | CONF_OK 0 |
#define | CONF_ERROR 1 |