From 2d211450420ee4848d3c5ad73ce9d529a267c13a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 9 Apr 2009 16:41:32 +0200 Subject: s3: re-run make samba3-idl. Guenther --- librpc/gen_ndr/svcctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc/gen_ndr/svcctl.h') diff --git a/librpc/gen_ndr/svcctl.h b/librpc/gen_ndr/svcctl.h index 59bc0399d8..c0daab43d5 100644 --- a/librpc/gen_ndr/svcctl.h +++ b/librpc/gen_ndr/svcctl.h @@ -478,7 +478,7 @@ struct svcctl_CreateServiceW { struct svcctl_EnumDependentServicesW { struct { struct policy_handle *service;/* [ref] */ - uint32_t state; + enum svcctl_ServiceState state; uint32_t offered;/* [range(0,0x40000)] */ } in; @@ -682,7 +682,7 @@ struct svcctl_CreateServiceA { struct svcctl_EnumDependentServicesA { struct { struct policy_handle *service;/* [ref] */ - uint32_t state; + enum svcctl_ServiceState state; uint32_t offered; } in; -- cgit