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:
Markus Mäkelä
2017-01-16 10:19:16 +02:00
parent 08b5d5c957
commit cbdab48237
4 changed files with 22 additions and 25 deletions

View File

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