summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-07 00:04:48 +0100
committerGünther Deschner <gd@samba.org>2009-03-07 00:55:38 +0100
commitd8a05bd55dd0e1602082376f31a21045a4a7bbee (patch)
tree31cf312d9b7d366c8d2e85d7afcb86e829e2e02a /source3/include/rpc_spoolss.h
parent2561b2d2e275bf1ca1aa7cab8b3942cff7d8b5f7 (diff)
downloadsamba-d8a05bd55dd0e1602082376f31a21045a4a7bbee.tar.gz
samba-d8a05bd55dd0e1602082376f31a21045a4a7bbee.tar.bz2
samba-d8a05bd55dd0e1602082376f31a21045a4a7bbee.zip
s3-spoolss: remove old spoolss_EnumMonitors.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 6ab74e633d..57ac7cfdd2 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -734,40 +734,6 @@ SPOOL_R_ENUMPRINTERDRIVERS;
/********************************************/
-typedef struct printmonitor_1
-{
- UNISTR name;
-}
-PRINTMONITOR_1;
-
-typedef struct printmonitor_2
-{
- UNISTR name;
- UNISTR environment;
- UNISTR dll_name;
-}
-PRINTMONITOR_2;
-
-typedef struct spool_q_enumprintmonitors
-{
- uint32 name_ptr;
- UNISTR2 name;
- uint32 level;
- RPC_BUFFER *buffer;
- uint32 offered;
-}
-SPOOL_Q_ENUMPRINTMONITORS;
-
-typedef struct spool_r_enumprintmonitors
-{
- RPC_BUFFER *buffer;
- uint32 needed;
- uint32 returned;
- WERROR status;
-}
-SPOOL_R_ENUMPRINTMONITORS;
-
-
typedef struct spool_q_enumprinterdata
{
POLICY_HND handle;