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/services/svc_rcinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/services/svc_rcinit.c') diff --git a/source3/services/svc_rcinit.c b/source3/services/svc_rcinit.c index 3d9e6673a0..5e9a5466fe 100644 --- a/source3/services/svc_rcinit.c +++ b/source3/services/svc_rcinit.c @@ -22,7 +22,7 @@ /********************************************************************* *********************************************************************/ -static WERROR rcinit_stop( const char *service, SERVICE_STATUS *status ) +static WERROR rcinit_stop( const char *service, struct SERVICE_STATUS *status ) { char *command = NULL; int ret, fd; @@ -81,7 +81,7 @@ static WERROR rcinit_start( const char *service ) /********************************************************************* *********************************************************************/ -static WERROR rcinit_status( const char *service, SERVICE_STATUS *status ) +static WERROR rcinit_status( const char *service, struct SERVICE_STATUS *status ) { char *command = NULL; int ret, fd; -- cgit