diff options
author | Günther Deschner <gd@samba.org> | 2009-03-06 22:09:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-07 00:43:13 +0100 |
commit | b73411d650d4d4bed99b75ffb36a1ab0dad9d4a8 (patch) | |
tree | 636009dbe0c462a8d44291db7fe2f34a58f46f87 /source3/include | |
parent | 066a47b9940b9ecc6a5c6d022444a17effac4855 (diff) | |
download | samba-b73411d650d4d4bed99b75ffb36a1ab0dad9d4a8.tar.gz samba-b73411d650d4d4bed99b75ffb36a1ab0dad9d4a8.tar.bz2 samba-b73411d650d4d4bed99b75ffb36a1ab0dad9d4a8.zip |
s3-spoolss: add rpccli_spoolss_enumprintprocessors 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 f7ca81d60d..8cefefaf11 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5481,6 +5481,14 @@ WERROR rpccli_spoolss_enumforms(struct rpc_pipe_client *cli, uint32_t offered, uint32_t *count, union spoolss_FormInfo **info); +WERROR rpccli_spoolss_enumprintprocessors(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + const char *servername, + const char *environment, + uint32_t level, + uint32_t offered, + uint32_t *count, + union spoolss_PrintProcessorInfo **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); |