version 1.1, 2012/02/21 16:57:34
|
version 1.1.1.2, 2016/10/18 14:04:50
|
Line 20 int config_get_bool(const char *directive);
|
Line 20 int config_get_bool(const char *directive);
|
int config_get_int(const char *directive, int *value); |
int config_get_int(const char *directive, int *value); |
int config_get_float(const char *directive, float *value); |
int config_get_float(const char *directive, float *value); |
int config_init(); |
int config_init(); |
|
void config_set_string(const char *directive, const char* s); |
|
int config_get_enum(const char *directive, config_enumeration_type *enumeration, int *value); |
|
|
|
|
|
|