diff options
author | Günther Deschner <gd@samba.org> | 2009-03-06 22:22:49 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-07 00:55:00 +0100 |
commit | 2d24d3a3800fda96d266aead26286fbb3008339c (patch) | |
tree | da2816466a10715d087085c27a01f94a952878c9 /source3/include | |
parent | f9019c18375d3b63d21aa6ed346620c487d379fb (diff) | |
download | samba-2d24d3a3800fda96d266aead26286fbb3008339c.tar.gz samba-2d24d3a3800fda96d266aead26286fbb3008339c.tar.bz2 samba-2d24d3a3800fda96d266aead26286fbb3008339c.zip |
s3-spoolss: add rpccli_spoolss_enumprintprocessordatatypes convenience wrapper.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4b0d79cc61..b5f310012c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5489,6 +5489,14 @@ WERROR rpccli_spoolss_enumprintprocessors(struct rpc_pipe_client *cli, uint32_t offered, uint32_t *count, union spoolss_PrintProcessorInfo **info); +WERROR rpccli_spoolss_enumprintprocessordatatypes(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + const char *servername, + const char *print_processor_name, + uint32_t level, + uint32_t offered, + uint32_t *count, + union spoolss_PrintProcDataTypesInfo **info); WERROR rpccli_spoolss_enum_printers(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, char *name, uint32 flags, uint32 level, uint32 *num_printers, PRINTER_INFO_CTR *ctr); |