summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-06 20:23:27 +0100
committerGünther Deschner <gd@samba.org>2009-03-07 00:43:12 +0100
commit066a47b9940b9ecc6a5c6d022444a17effac4855 (patch)
treec8f4dc3d2202310a46acac935f6263212486d9fa /source3/include/rpc_spoolss.h
parentf48ccec957c1ea943ad88304c40e37e803f6e9fb (diff)
downloadsamba-066a47b9940b9ecc6a5c6d022444a17effac4855.tar.gz
samba-066a47b9940b9ecc6a5c6d022444a17effac4855.tar.bz2
samba-066a47b9940b9ecc6a5c6d022444a17effac4855.zip
s3-spoolss: remove old spoolss_EnumPrintProcessors.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index e101a27ca8..4351090ac4 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -771,33 +771,6 @@ SPOOL_R_ENUMPRINTERDRIVERS;
/********************************************/
-typedef struct spool_q_enumprintprocessors
-{
- uint32 name_ptr;
- UNISTR2 name;
- uint32 environment_ptr;
- UNISTR2 environment;
- uint32 level;
- RPC_BUFFER *buffer;
- uint32 offered;
-}
-SPOOL_Q_ENUMPRINTPROCESSORS;
-
-typedef struct printprocessor_1
-{
- UNISTR name;
-}
-PRINTPROCESSOR_1;
-
-typedef struct spool_r_enumprintprocessors
-{
- RPC_BUFFER *buffer;
- uint32 needed;
- uint32 returned;
- WERROR status;
-}
-SPOOL_R_ENUMPRINTPROCESSORS;
-
typedef struct spool_q_enumprintprocdatatypes
{
uint32 name_ptr;