summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-06 21:51:52 +0100
committerGünther Deschner <gd@samba.org>2009-03-07 00:49:52 +0100
commitf9019c18375d3b63d21aa6ed346620c487d379fb (patch)
tree54384e9c8478c9f4251c764c22e3289b43d3f23d /source3/include/rpc_spoolss.h
parent3cf22a88562ccbab79c2a4a389fa6559cda71319 (diff)
downloadsamba-f9019c18375d3b63d21aa6ed346620c487d379fb.tar.gz
samba-f9019c18375d3b63d21aa6ed346620c487d379fb.tar.bz2
samba-f9019c18375d3b63d21aa6ed346620c487d379fb.zip
s3-spoolss: remove old spoolss_EnumPrintProcDataTypes.
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 4351090ac4..88e03acc27 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -771,33 +771,6 @@ SPOOL_R_ENUMPRINTERDRIVERS;
/********************************************/
-typedef struct spool_q_enumprintprocdatatypes
-{
- uint32 name_ptr;
- UNISTR2 name;
- uint32 processor_ptr;
- UNISTR2 processor;
- uint32 level;
- RPC_BUFFER *buffer;
- uint32 offered;
-}
-SPOOL_Q_ENUMPRINTPROCDATATYPES;
-
-typedef struct ppdatatype_1
-{
- UNISTR name;
-}
-PRINTPROCDATATYPE_1;
-
-typedef struct spool_r_enumprintprocdatatypes
-{
- RPC_BUFFER *buffer;
- uint32 needed;
- uint32 returned;
- WERROR status;
-}
-SPOOL_R_ENUMPRINTPROCDATATYPES;
-
typedef struct printmonitor_1
{
UNISTR name;