diff options
author | Günther Deschner <gd@samba.org> | 2009-03-16 15:04:17 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 12:08:06 +0100 |
commit | ead6a49218845fb7aa8f16147b6787c8811d4b10 (patch) | |
tree | 8a76c2c16b000b8354739f68d38b20fa6665d90c /source3/include/proto.h | |
parent | 80ecd11050061c6af30ff770e58af2f1a8291806 (diff) | |
download | samba-ead6a49218845fb7aa8f16147b6787c8811d4b10.tar.gz samba-ead6a49218845fb7aa8f16147b6787c8811d4b10.tar.bz2 samba-ead6a49218845fb7aa8f16147b6787c8811d4b10.zip |
s3-spoolss: remove spoolss_EnumPrinterData.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7329098176..e73237daff 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5841,8 +5841,6 @@ bool make_systemtime(SYSTEMTIME *systime, struct tm *unixtime); bool spoolss_io_devmode(const char *desc, prs_struct *ps, int depth, DEVICEMODE *devmode); uint32 spoolss_size_printer_enum_values(PRINTER_ENUM_VALUES *p); bool make_spoolss_buffer5(TALLOC_CTX *mem_ctx, BUFFER5 *buf5, uint32 len, uint16 *src); -bool spoolss_io_r_enumprinterdata(const char *desc, SPOOL_R_ENUMPRINTERDATA *r_u, prs_struct *ps, int depth); -bool spoolss_io_q_enumprinterdata(const char *desc, SPOOL_Q_ENUMPRINTERDATA *q_u, prs_struct *ps, int depth); bool make_spoolss_q_enumprinterdataex(SPOOL_Q_ENUMPRINTERDATAEX *q_u, const POLICY_HND *hnd, const char *key, uint32 size); |