diff options
author | Günther Deschner <gd@samba.org> | 2009-02-17 00:13:24 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-23 16:26:11 +0100 |
commit | 443743d423f591ce388fff76c60fed23b5494d90 (patch) | |
tree | 01373ac665441cd5dc54ac9f036f3dc8a6ee98e0 /source3 | |
parent | 2234984fd0a745603b3131e330234349fe428742 (diff) | |
download | samba-443743d423f591ce388fff76c60fed23b5494d90.tar.gz samba-443743d423f591ce388fff76c60fed23b5494d90.tar.bz2 samba-443743d423f591ce388fff76c60fed23b5494d90.zip |
s3-spoolss: remove old SPOOL_NOTIFY_OPTION definitions.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/rpc_spoolss.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 2d1806aeca..504cfea70b 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -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; |