Make config_truth_value() const correct

This commit is contained in:
Johan Wikman
2016-12-08 13:56:25 +02:00
parent 585c4554c8
commit 777ea3ef43
2 changed files with 4 additions and 5 deletions

View File

@ -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);