diff options
author | Günther Deschner <gd@samba.org> | 2009-03-09 22:00:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-13 09:25:23 +0100 |
commit | 9397ae5114acf7e18144a9f700846ba7354a4be2 (patch) | |
tree | 8782e9386bee31f9e5c855ad1694f9a564d78d77 /source3/include | |
parent | 1b3e068e834fb5d99ca7ae9a1daa9fd401b886d5 (diff) | |
download | samba-9397ae5114acf7e18144a9f700846ba7354a4be2.tar.gz samba-9397ae5114acf7e18144a9f700846ba7354a4be2.tar.bz2 samba-9397ae5114acf7e18144a9f700846ba7354a4be2.zip |
s3-spoolss: add rpccli_spoolss_enumprinters 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 075af413b0..1db9281b16 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5523,6 +5523,14 @@ WERROR rpccli_spoolss_enumprinterdrivers(struct rpc_pipe_client *cli, uint32_t offered, uint32_t *count, union spoolss_DriverInfo **info); +WERROR rpccli_spoolss_enumprinters(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + uint32_t flags, + const char *server, + uint32_t level, + uint32_t offered, + uint32_t *count, + union spoolss_PrinterInfo **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); |