From 7643afa70e879efc059c75b8309bf89dbb3c459b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 4 Mar 2010 15:46:28 +0100 Subject: s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change. Guenther --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 93156f8779..35f4703fc2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5578,7 +5578,8 @@ WERROR rpccli_spoolss_getprinterdata(struct rpc_pipe_client *cli, const char *value_name, uint32_t offered, enum winreg_Type *type, - union spoolss_PrinterData *data); + uint32_t *needed_p, + uint8_t **data_p); WERROR rpccli_spoolss_enumprinterkey(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct policy_handle *handle, -- cgit