diff options
author | Günther Deschner <gd@samba.org> | 2009-03-12 11:01:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-13 09:25:26 +0100 |
commit | 348c4b6baa2efa5611215a9676ef8fd5e99fbdbd (patch) | |
tree | c8bd5712b610fc6d63733e50c70a3fb71e75fca4 /source3/include/rpc_spoolss.h | |
parent | 1ceb298ed62be9a40d1e323003e1a9916d5688db (diff) | |
download | samba-348c4b6baa2efa5611215a9676ef8fd5e99fbdbd.tar.gz samba-348c4b6baa2efa5611215a9676ef8fd5e99fbdbd.tar.bz2 samba-348c4b6baa2efa5611215a9676ef8fd5e99fbdbd.zip |
s3-spoolss: remove old spoolss_GetPrinter.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r-- | source3/include/rpc_spoolss.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 009c1f5de7..e6a279497d 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -444,15 +444,6 @@ typedef struct printer_info_ctr_info } PRINTER_INFO_CTR; -typedef struct spool_q_getprinter -{ - POLICY_HND handle; - uint32 level; - RPC_BUFFER *buffer; - uint32 offered; -} -SPOOL_Q_GETPRINTER; - typedef struct printer_info_info { union @@ -464,13 +455,6 @@ typedef struct printer_info_info } printer; } PRINTER_INFO; -typedef struct spool_r_getprinter -{ - RPC_BUFFER *buffer; - uint32 needed; - WERROR status; -} SPOOL_R_GETPRINTER; - typedef struct add_jobinfo_1 { UNISTR path; |