diff options
Diffstat (limited to 'sql/nt_servc.h')
-rw-r--r-- | sql/nt_servc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/nt_servc.h b/sql/nt_servc.h index 40d1a8c03fa..6d74eaccea2 100644 --- a/sql/nt_servc.h +++ b/sql/nt_servc.h @@ -52,7 +52,9 @@ class NTService LPCSTR szAccountName=NULL,LPCSTR szPassword=NULL); BOOL SeekStatus(LPCSTR szInternName, int OperationType); BOOL Remove(LPCSTR szInternName); - + BOOL IsService(LPCSTR ServiceName); + BOOL got_service_option(char **argv, char *service_option); + BOOL is_super_user(); void Stop(void); //to be called from app. to stop service protected: |