Make config_truth_value() const correct
This commit is contained in:
@ -238,7 +238,7 @@ bool config_set_qualified_param(CONFIG_PARAMETER* param,
|
||||
void* val,
|
||||
config_param_type_t type);
|
||||
int config_threadcount();
|
||||
int config_truth_value(char *);
|
||||
int config_truth_value(const char *);
|
||||
void config_parameter_free(CONFIG_PARAMETER* p1);
|
||||
bool is_internal_service(const char *router);
|
||||
|
||||
|
Reference in New Issue
Block a user