Clean up some compiler warnings

This commit is contained in:
Mark Riddoch
2014-06-16 08:40:04 +01:00
parent 850603171b
commit 189793f992
7 changed files with 19 additions and 5 deletions

View File

@ -155,6 +155,7 @@ extern int serviceStop(SERVICE *);
extern int serviceRestart(SERVICE *);
extern int serviceSetUser(SERVICE *, char *, char *);
extern int serviceGetUser(SERVICE *, char **, char **);
extern void serviceSetFilters(SERVICE *, char *);
extern int serviceEnableRootUser(SERVICE *, int );
extern void service_update(SERVICE *, char *, char *, char *);
extern int service_refresh_users(SERVICE *);