summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_svcctl.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-14 12:03:18 +0100
committerGünther Deschner <gd@samba.org>2009-01-08 11:18:57 +0100
commit176bbcf90cd890111177aeebce3f0563ac2da584 (patch)
treea088dd6d474d92eff7c19eeab766dd664dbb58e3 /librpc/gen_ndr/cli_svcctl.c
parent550c64bef9cfc3f2aca6edcaeaf5e351aa4d8ee0 (diff)
downloadsamba-176bbcf90cd890111177aeebce3f0563ac2da584.tar.gz
samba-176bbcf90cd890111177aeebce3f0563ac2da584.tar.bz2
samba-176bbcf90cd890111177aeebce3f0563ac2da584.zip
svcctl: add svcctl_ConfigLevel from samba 3.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_svcctl.c')
-rw-r--r--librpc/gen_ndr/cli_svcctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/gen_ndr/cli_svcctl.c b/librpc/gen_ndr/cli_svcctl.c
index 5784996f27..175a4fe5c5 100644
--- a/librpc/gen_ndr/cli_svcctl.c
+++ b/librpc/gen_ndr/cli_svcctl.c
@@ -1924,7 +1924,7 @@ NTSTATUS rpccli_svcctl_ChangeServiceConfig2W(struct rpc_pipe_client *cli,
NTSTATUS rpccli_svcctl_QueryServiceConfig2A(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle /* [in] [ref] */,
- uint32_t info_level /* [in] */,
+ enum svcctl_ConfigLevel info_level /* [in] */,
uint8_t *buffer /* [out] */,
uint32_t buf_size /* [in] */,
uint32_t *bytes_needed /* [out] [ref] */,
@@ -1975,7 +1975,7 @@ NTSTATUS rpccli_svcctl_QueryServiceConfig2A(struct rpc_pipe_client *cli,
NTSTATUS rpccli_svcctl_QueryServiceConfig2W(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle /* [in] [ref] */,
- uint32_t info_level /* [in] */,
+ enum svcctl_ConfigLevel 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)] */,