summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-25 01:07:50 +0100
committerGünther Deschner <gd@samba.org>2009-02-25 10:32:09 +0100
commit9d165fa5c69d3c98d1a76a155bb794a7e4c9744a (patch)
tree6f44b1f21b79bf5d30791c1c0c860d3656fdee76 /source3/include/proto.h
parent24a63add2d92afa0084fec956df7508ea28aab89 (diff)
downloadsamba-9d165fa5c69d3c98d1a76a155bb794a7e4c9744a.tar.gz
samba-9d165fa5c69d3c98d1a76a155bb794a7e4c9744a.tar.bz2
samba-9d165fa5c69d3c98d1a76a155bb794a7e4c9744a.zip
s3-spoolss: add rpccli_spoolss_addprinterex convenience wrapper.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 9366607995..5c9e5d3170 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5476,6 +5476,9 @@ WERROR rpccli_spoolss_getprinterdriver2(struct rpc_pipe_client *cli,
union spoolss_DriverInfo *info,
uint32_t *server_major_version,
uint32_t *server_minor_version);
+WERROR rpccli_spoolss_addprinterex(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct spoolss_SetPrinterInfoCtr *info_ctr);
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);