diff options
author | Günther Deschner <gd@samba.org> | 2009-03-14 01:31:00 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 11:49:37 +0100 |
commit | 6dca80518dda120753112204eaaae7961938bb9e (patch) | |
tree | eeb51eb9ee84377aa263caa4384e998712138dc7 /source3/include | |
parent | aeba6381d3e0ee7f3983d8be4dcdfa0f1015d3ee (diff) | |
download | samba-6dca80518dda120753112204eaaae7961938bb9e.tar.gz samba-6dca80518dda120753112204eaaae7961938bb9e.tar.bz2 samba-6dca80518dda120753112204eaaae7961938bb9e.zip |
s3-spoolss: remove old spoolss_GetPrinterData.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 | ||||
-rw-r--r-- | source3/include/rpc_spoolss.h | 20 |
2 files changed, 0 insertions, 22 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f556915527..23a6c77739 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5846,8 +5846,6 @@ bool sec_io_desc_buf(const char *desc, SEC_DESC_BUF **ppsdb, prs_struct *ps, int bool spoolss_io_system_time(const char *desc, prs_struct *ps, int depth, SYSTEMTIME *systime); bool make_systemtime(SYSTEMTIME *systime, struct tm *unixtime); bool spoolss_io_devmode(const char *desc, prs_struct *ps, int depth, DEVICEMODE *devmode); -bool spoolss_io_q_getprinterdata(const char *desc, SPOOL_Q_GETPRINTERDATA *q_u, prs_struct *ps, int depth); -bool spoolss_io_r_getprinterdata(const char *desc, SPOOL_R_GETPRINTERDATA *r_u, prs_struct *ps, int depth); 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); diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 33153dc8a2..ef1cbd18f4 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -274,26 +274,6 @@ typedef struct devicemode } DEVICEMODE; -/********************************************/ - -typedef struct spool_q_getprinterdata -{ - POLICY_HND handle; - UNISTR2 valuename; - uint32 size; -} -SPOOL_Q_GETPRINTERDATA; - -typedef struct spool_r_getprinterdata -{ - uint32 type; - uint32 size; - uint8 *data; - uint32 needed; - WERROR status; -} -SPOOL_R_GETPRINTERDATA; - /* * I'm really wondering how many different time formats * I will have to cope with |