summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_svcctl.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-09 13:25:21 +0200
committerGünther Deschner <gd@samba.org>2009-04-09 14:41:36 +0200
commit0ee3c433c84cd740960216535f181b59bedbd374 (patch)
tree64c4af70edc89906a0d2b1bc7ef5f9b1be5793b7 /librpc/gen_ndr/cli_svcctl.h
parentf0d045be4fbbdc1cd3d76281b0cc3c2fc36e20de (diff)
downloadsamba-0ee3c433c84cd740960216535f181b59bedbd374.tar.gz
samba-0ee3c433c84cd740960216535f181b59bedbd374.tar.bz2
samba-0ee3c433c84cd740960216535f181b59bedbd374.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_svcctl.h')
-rw-r--r--librpc/gen_ndr/cli_svcctl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/librpc/gen_ndr/cli_svcctl.h b/librpc/gen_ndr/cli_svcctl.h
index 60a7fdf019..0bd5f53a6a 100644
--- a/librpc/gen_ndr/cli_svcctl.h
+++ b/librpc/gen_ndr/cli_svcctl.h
@@ -24,16 +24,16 @@ NTSTATUS rpccli_svcctl_QueryServiceObjectSecurity(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle /* [in] [ref] */,
uint32_t security_flags /* [in] */,
- uint8_t *buffer /* [out] [ref,size_is(buffer_size)] */,
- uint32_t buffer_size /* [in] [range(0,0x40000)] */,
+ uint8_t *buffer /* [out] [ref,size_is(offered)] */,
+ uint32_t offered /* [in] [range(0,0x40000)] */,
uint32_t *needed /* [out] [ref,range(0,0x40000)] */,
WERROR *werror);
NTSTATUS rpccli_svcctl_SetServiceObjectSecurity(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle /* [in] [ref] */,
uint32_t security_flags /* [in] */,
- uint8_t *buffer /* [in] [ref,size_is(buffer_size)] */,
- uint32_t buffer_size /* [in] */,
+ uint8_t *buffer /* [in] [ref,size_is(offered)] */,
+ uint32_t offered /* [in] */,
WERROR *werror);
NTSTATUS rpccli_svcctl_QueryServiceStatus(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,