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/rpc_svcctl.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'source3/include/rpc_svcctl.h') diff --git a/source3/include/rpc_svcctl.h b/source3/include/rpc_svcctl.h index 2b30bfbfb1..b12cecb56c 100644 --- a/source3/include/rpc_svcctl.h +++ b/source3/include/rpc_svcctl.h @@ -47,16 +47,10 @@ /* utility structures for RPCs */ -/* - * "struct SERVICE_STATUS" comes from librpc/gen_ndr/svcctl.h - */ - -typedef struct SERVICE_STATUS SERVICE_STATUS; - typedef struct { UNISTR servicename; UNISTR displayname; - SERVICE_STATUS status; + struct SERVICE_STATUS status; } ENUM_SERVICES_STATUS; /* rpc structures */ -- cgit