diff options
author | Günther Deschner <gd@samba.org> | 2010-03-04 15:46:28 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-05 15:18:00 +0100 |
commit | 7643afa70e879efc059c75b8309bf89dbb3c459b (patch) | |
tree | 363ed0f9b758593d877f662734389bc2eaada914 /source3/include | |
parent | fbb6d00eed6bca960aa53a5967a2dea426cacfe2 (diff) | |
download | samba-7643afa70e879efc059c75b8309bf89dbb3c459b.tar.gz samba-7643afa70e879efc059c75b8309bf89dbb3c459b.tar.bz2 samba-7643afa70e879efc059c75b8309bf89dbb3c459b.zip |
s3-rpcclient: fix rpcclient after spoolss_GetPrinterData{Ex} IDL change.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
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, |