diff options
Diffstat (limited to 'source3/include/services.h')
-rw-r--r-- | source3/include/services.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/services.h b/source3/include/services.h index fd14be1dad..f746f0c8df 100644 --- a/source3/include/services.h +++ b/source3/include/services.h @@ -30,9 +30,9 @@ typedef struct { /* functions for enumerating subkeys and values */ - WERROR (*stop_service)( const char *service, SERVICE_STATUS *status ); + WERROR (*stop_service)( const char *service, struct SERVICE_STATUS *status ); WERROR (*start_service) ( const char *service ); - WERROR (*service_status)( const char *service, SERVICE_STATUS *status ); + WERROR (*service_status)( const char *service, struct SERVICE_STATUS *status ); } SERVICE_CONTROL_OPS; /* structure to store the service handle information */ |