Added service and monitor permission checks.

This commit is contained in:
Markus Makela
2015-08-06 11:45:55 +03:00
parent 70a7a5f2f6
commit 94eb1b4eb1
7 changed files with 180 additions and 1 deletions

View File

@ -246,4 +246,5 @@ void service_shutdown();
extern int serviceSessionCountAll();
extern RESULTSET *serviceGetList();
extern RESULTSET *serviceGetListenerList();
bool service_is_internal(SERVICE* service);
#endif