s3-spoolss: remove old SPOOL_NOTIFY_OPTION definitions.
authorGünther Deschner <gd@samba.org>
Mon, 16 Feb 2009 23:13:24 +0000 (00:13 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 23 Feb 2009 15:26:11 +0000 (16:26 +0100)
Guenther

source3/include/rpc_spoolss.h

index 2d1806aeca0827e1c023139b3ccece7d68201cc3..504cfea70b17ebbf3b40a0a52569913a00911d43 100644 (file)
@@ -343,28 +343,6 @@ PRINTER_DEFAULT;
 
 /********************************************/
 
-typedef struct spool_notify_option_type
-{
-       uint16 type;
-       uint16 reserved0;
-       uint32 reserved1;
-       uint32 reserved2;
-       uint32 count;
-       uint32 fields_ptr;
-       uint32 count2;
-       uint16 fields[MAX_NOTIFY_TYPE_FOR_NOW];
-}
-SPOOL_NOTIFY_OPTION_TYPE;
-
-typedef struct spool_notify_option_type_ctr
-{
-       uint32 count;
-       SPOOL_NOTIFY_OPTION_TYPE *type;
-}
-SPOOL_NOTIFY_OPTION_TYPE_CTR;
-
-
-
 typedef struct s_header_type
 {
        uint32 type;
@@ -396,16 +374,6 @@ typedef struct spool_r_getprinterdata
 }
 SPOOL_R_GETPRINTERDATA;
 
-typedef struct spool_notify_option
-{
-       uint32 version;
-       uint32 flags;
-       uint32 count;
-       uint32 option_type_ptr;
-       SPOOL_NOTIFY_OPTION_TYPE_CTR ctr;
-}
-SPOOL_NOTIFY_OPTION;
-
 typedef struct printer_info_0
 {
        UNISTR printername;