Remove unused functions from config.h
The header is divided into two parts, an external and an internal one. The actual splitting is done in a later commit and this commit only prepares the header for the split.
This commit is contained in:
@ -118,8 +118,6 @@ void service_update_weights();
|
||||
void serviceAddRouterOption(SERVICE *service, char *option);
|
||||
void serviceClearRouterOptions(SERVICE *service);
|
||||
void service_update(SERVICE *service, char *router, char *user, char *auth);
|
||||
bool service_set_param_value(SERVICE* service, CONFIG_PARAMETER* param, char* valstr,
|
||||
count_spec_t count_spec, config_param_type_t type);
|
||||
|
||||
/**
|
||||
* @brief Add parameters to a service
|
||||
|
||||
Reference in New Issue
Block a user