From 50721b485f4322a2cd8688740bc1de3f754a7c05 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 8 Jan 2009 13:23:59 +0100 Subject: s3-svcctl: use pidl based struct SERVICE_STATUS. Guenther --- source3/include/services.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/services.h') 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 */ -- cgit