diff options
author | Günther Deschner <gd@samba.org> | 2009-02-24 22:26:09 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-24 22:40:51 +0100 |
commit | 5ffa03dcd879e59f3e810fbb8833cb9a3e9afcca (patch) | |
tree | c8b0c56c34af3869998e8c4e0763b20654fb872a /source3/include | |
parent | 3ceffcaa467d72890d6148f600ce7c2ddadb63d5 (diff) | |
download | samba-5ffa03dcd879e59f3e810fbb8833cb9a3e9afcca.tar.gz samba-5ffa03dcd879e59f3e810fbb8833cb9a3e9afcca.tar.bz2 samba-5ffa03dcd879e59f3e810fbb8833cb9a3e9afcca.zip |
s3-spoolss: remove old rpccli_spoolss_getprinterdriver wrapper.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index b41a405655..08840bd7cc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5487,10 +5487,6 @@ WERROR rpccli_spoolss_getprinter(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ct WERROR rpccli_spoolss_setprinter(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, POLICY_HND *pol, uint32 level, PRINTER_INFO_CTR *ctr, uint32 command); -WERROR rpccli_spoolss_getprinterdriver(struct rpc_pipe_client *cli, - TALLOC_CTX *mem_ctx, - POLICY_HND *pol, uint32 level, - const char *env, int version, PRINTER_DRIVER_CTR *ctr); WERROR rpccli_spoolss_enumprinterdrivers (struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, uint32 level, const char *env, |