summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-10 00:51:56 +0100
committerGünther Deschner <gd@samba.org>2009-03-13 09:25:24 +0100
commita1a02bfac2e29c9a8da945c767b9b3c5812730f7 (patch)
tree133e1298f685a63aaee125bbe7dec6b5489706f1 /source3/include/proto.h
parentf6f703f16ef3b6a061801776e4bcc76fb04ad21a (diff)
downloadsamba-a1a02bfac2e29c9a8da945c767b9b3c5812730f7.tar.gz
samba-a1a02bfac2e29c9a8da945c767b9b3c5812730f7.tar.bz2
samba-a1a02bfac2e29c9a8da945c767b9b3c5812730f7.zip
s3-spoolss: remove old spoolss_EnumPrinters.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 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);