diff options
author | Günther Deschner <gd@samba.org> | 2009-03-10 00:51:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-13 09:25:24 +0100 |
commit | a1a02bfac2e29c9a8da945c767b9b3c5812730f7 (patch) | |
tree | 133e1298f685a63aaee125bbe7dec6b5489706f1 /source3/include | |
parent | f6f703f16ef3b6a061801776e4bcc76fb04ad21a (diff) | |
download | samba-a1a02bfac2e29c9a8da945c767b9b3c5812730f7.tar.gz samba-a1a02bfac2e29c9a8da945c767b9b3c5812730f7.tar.bz2 samba-a1a02bfac2e29c9a8da945c767b9b3c5812730f7.zip |
s3-spoolss: remove old spoolss_EnumPrinters.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 | ||||
-rw-r--r-- | source3/include/rpc_spoolss.h | 21 |
2 files changed, 0 insertions, 23 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 5de37e1f82..a933200751 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5857,8 +5857,6 @@ uint32 spoolss_size_printer_info_3(PRINTER_INFO_3 *info); uint32 spoolss_size_printer_info_7(PRINTER_INFO_7 *info); uint32 spoolss_size_string_array(uint16 *string); uint32 spoolss_size_printer_enum_values(PRINTER_ENUM_VALUES *p); -bool spoolss_io_q_enumprinters(const char *desc, SPOOL_Q_ENUMPRINTERS *q_u, prs_struct *ps, int depth); -bool spoolss_io_r_enumprinters(const char *desc, SPOOL_R_ENUMPRINTERS *r_u, prs_struct *ps, int depth); bool spoolss_io_r_getprinter(const char *desc, SPOOL_R_GETPRINTER *r_u, prs_struct *ps, int depth); bool spoolss_io_q_getprinter(const char *desc, SPOOL_Q_GETPRINTER *q_u, prs_struct *ps, int depth); bool make_spoolss_buffer5(TALLOC_CTX *mem_ctx, BUFFER5 *buf5, uint32 len, uint16 *src); diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 4556ff5795..009c1f5de7 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -432,17 +432,6 @@ typedef struct printer_info_7 } PRINTER_INFO_7; -typedef struct spool_q_enumprinters -{ - uint32 flags; - uint32 servername_ptr; - UNISTR2 servername; - uint32 level; - RPC_BUFFER *buffer; - uint32 offered; -} -SPOOL_Q_ENUMPRINTERS; - typedef struct printer_info_ctr_info { PRINTER_INFO_0 *printers_0; @@ -455,16 +444,6 @@ typedef struct printer_info_ctr_info } PRINTER_INFO_CTR; -typedef struct spool_r_enumprinters -{ - RPC_BUFFER *buffer; - uint32 needed; /* bytes needed */ - uint32 returned; /* number of printers */ - WERROR status; -} -SPOOL_R_ENUMPRINTERS; - - typedef struct spool_q_getprinter { POLICY_HND handle; |