Cleaned up unused variables.

This commit is contained in:
Markus Makela
2015-03-11 18:12:18 +02:00
parent 63d83cd85d
commit 90875c1164
7 changed files with 21 additions and 24 deletions

View File

@ -182,6 +182,8 @@ extern int serviceSetTimeout(SERVICE *, int );
extern void serviceWeightBy(SERVICE *, char *);
extern char *serviceGetWeightingParameter(SERVICE *);
extern int serviceEnableLocalhostMatchWildcardHost(SERVICE *, int);
int serviceStripDbEsc(SERVICE* service, int action);
int serviceAuthAllServers(SERVICE *service, int action);
extern void service_update(SERVICE *, char *, char *, char *);
extern int service_refresh_users(SERVICE *);
extern void printService(SERVICE *);