summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-17 02:38:56 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 12:15:23 +0100
commit3255651b8375c12fc2ed668e5e1e433b00921455 (patch)
tree72fb3e565bebbf3d5ebc5fd4c1b1ef9e479e07a6 /librpc/gen_ndr/cli_spoolss.h
parent3a6b5fe6c11cf395686f672635f15503d418dfb1 (diff)
downloadsamba-3255651b8375c12fc2ed668e5e1e433b00921455.tar.gz
samba-3255651b8375c12fc2ed668e5e1e433b00921455.tar.bz2
samba-3255651b8375c12fc2ed668e5e1e433b00921455.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_spoolss.h')
-rw-r--r--librpc/gen_ndr/cli_spoolss.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/gen_ndr/cli_spoolss.h b/librpc/gen_ndr/cli_spoolss.h
index a58aa3c816..a30b1b1faa 100644
--- a/librpc/gen_ndr/cli_spoolss.h
+++ b/librpc/gen_ndr/cli_spoolss.h
@@ -497,8 +497,8 @@ NTSTATUS rpccli_spoolss_EnumPrinterKey(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle /* [in] [ref] */,
const char *key_name /* [in] [charset(UTF16)] */,
- uint16_t *key_buffer /* [out] [ref,size_is(key_buffer_size/2)] */,
- uint32_t key_buffer_size /* [in] */,
+ const char ** *key_buffer /* [out] [subcontext_size(offered),ref,subcontext(0),flag(LIBNDR_FLAG_STR_NULLTERM)] */,
+ uint32_t offered /* [in] */,
uint32_t *needed /* [out] [ref] */,
WERROR *werror);
NTSTATUS rpccli_spoolss_DeletePrinterDataEx(struct rpc_pipe_client *cli,