diff options
author | Günther Deschner <gd@samba.org> | 2008-10-16 01:22:21 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-16 09:54:49 +0200 |
commit | 9571a182f1654c48e053120602b2a9dd58472f63 (patch) | |
tree | a8218efa4c32e1576de03ac5a0df8743bf52ef90 /source3/librpc/gen_ndr/cli_svcctl.h | |
parent | 0bc7ff1e6b15859a02b57c48bd17698e727c1a8a (diff) | |
download | samba-9571a182f1654c48e053120602b2a9dd58472f63.tar.gz samba-9571a182f1654c48e053120602b2a9dd58472f63.tar.bz2 samba-9571a182f1654c48e053120602b2a9dd58472f63.zip |
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/cli_svcctl.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_svcctl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/cli_svcctl.h b/source3/librpc/gen_ndr/cli_svcctl.h index 56f0a2b0e7..02abbadf1e 100644 --- a/source3/librpc/gen_ndr/cli_svcctl.h +++ b/source3/librpc/gen_ndr/cli_svcctl.h @@ -127,9 +127,9 @@ NTSTATUS rpccli_svcctl_OpenServiceW(struct rpc_pipe_client *cli, NTSTATUS rpccli_svcctl_QueryServiceConfigW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle /* [in] [ref] */, - uint8_t *query /* [out] */, - uint32_t buf_size /* [in] */, - uint32_t *bytes_needed /* [out] [ref] */, + struct QUERY_SERVICE_CONFIG *query /* [out] [ref] */, + uint32_t buf_size /* [in] [range(0,8192)] */, + uint32_t *bytes_needed /* [out] [ref,range(0,8192)] */, WERROR *werror); NTSTATUS rpccli_svcctl_QueryServiceLockStatusW(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, |