Removed redundant function.

This commit is contained in:
Markus Makela
2015-08-27 09:32:35 +03:00
parent 501ea809a8
commit 4da9045da4
5 changed files with 5 additions and 16 deletions

View File

@ -146,4 +146,5 @@ void config_enable_feedback_task(void);
void config_disable_feedback_task(void);
unsigned long config_get_gateway_id(void);
GATEWAY_CONF* config_get_global_options();
int internalService(char *router);
#endif