summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_svcctl.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-14 11:58:12 +0100
committerGünther Deschner <gd@samba.org>2009-01-08 10:58:10 +0100
commit550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0 (patch)
tree8e02c6a35d2d5e2a84f2fe4b6dc773f66a13a0a7 /librpc/gen_ndr/cli_svcctl.h
parent61a23c5eea2203721a70a4ad41bfdc6cd1d6a2a7 (diff)
downloadsamba-550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0.tar.gz
samba-550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0.tar.bz2
samba-550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0.zip
svcctl: move SVC_STATUS_ to idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_svcctl.h')
-rw-r--r--librpc/gen_ndr/cli_svcctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/gen_ndr/cli_svcctl.h b/librpc/gen_ndr/cli_svcctl.h
index fbd15b32a5..d56663abae 100644
--- a/librpc/gen_ndr/cli_svcctl.h
+++ b/librpc/gen_ndr/cli_svcctl.h
@@ -299,7 +299,7 @@ NTSTATUS rpccli_svcctl_QueryServiceConfig2W(struct rpc_pipe_client *cli,
NTSTATUS rpccli_svcctl_QueryServiceStatusEx(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle /* [in] [ref] */,
- uint32_t info_level /* [in] */,
+ enum svcctl_StatusLevel info_level /* [in] */,
uint8_t *buffer /* [out] [ref,size_is(buf_size)] */,
uint32_t buf_size /* [in] [range(0,8192)] */,
uint32_t *bytes_needed /* [out] [ref,range(0,8192)] */,