summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-17 23:39:00 +0100
committerGünther Deschner <gd@samba.org>2009-03-18 01:30:18 +0100
commitab85fc78bd932aca14103352f784a4b5f2909f3a (patch)
treec7c7e50add1734b174705706834a23c177cc777a /source3/include
parent18a93e3e62f29448f34f9af84aba54eedb26fe21 (diff)
downloadsamba-ab85fc78bd932aca14103352f784a4b5f2909f3a.tar.gz
samba-ab85fc78bd932aca14103352f784a4b5f2909f3a.tar.bz2
samba-ab85fc78bd932aca14103352f784a4b5f2909f3a.zip
s3-spoolss: add rpccli_spoolss_enumprinterdataex convenience wrapper.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d3db1e8784..f0929755fe 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5543,6 +5543,13 @@ WERROR rpccli_spoolss_enumprinterkey(struct rpc_pipe_client *cli,
const char *key_name,
const char ***key_buffer,
uint32_t offered);
+WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *handle,
+ const char *key_name,
+ uint32_t offered,
+ uint32_t *count,
+ struct spoolss_PrinterEnumValues **info);
WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx,
POLICY_HND *hnd, const char *keyname,
REGVAL_CTR *ctr);