diff options
author | Günther Deschner <gd@samba.org> | 2009-02-09 17:56:20 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-10 11:04:53 +0100 |
commit | b19b6aea1258de18eec6832199f2b736a930b095 (patch) | |
tree | b0c771d19edf3e64a9157e1c58f37c71d49c7f09 /source3/include | |
parent | 25fc58afcd6051cd387a7114afadab2a85b98cfb (diff) | |
download | samba-b19b6aea1258de18eec6832199f2b736a930b095.tar.gz samba-b19b6aea1258de18eec6832199f2b736a930b095.tar.bz2 samba-b19b6aea1258de18eec6832199f2b736a930b095.zip |
s3-rpcclient: add rpccli_spoolss_openprinter_ex() convenience wrapper.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 849bed3b0b..db277ffa42 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5428,6 +5428,11 @@ NTSTATUS rpccli_try_samr_connects(struct rpc_pipe_client *cli, /* The following definitions come from rpc_client/cli_spoolss.c */ +WERROR rpccli_spoolss_openprinter_ex(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + const char *printername, + uint32_t access_desired, + struct policy_handle *handle); WERROR rpccli_spoolss_open_printer_ex(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *printername, const char *datatype, uint32 access_required, const char *station, const char *username, POLICY_HND *pol); |