summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-12 14:33:26 +0100
committerGünther Deschner <gd@samba.org>2009-02-23 16:26:11 +0100
commitfc703a14928c61031589ac6cce8f2985e5fb87a9 (patch)
tree96fbd15bb526a16ca266fa65cc3252a2963f5ce0 /source3/include/rpc_spoolss.h
parent0295008a87478a6fa1c685128fa01918102d286d (diff)
downloadsamba-fc703a14928c61031589ac6cce8f2985e5fb87a9.tar.gz
samba-fc703a14928c61031589ac6cce8f2985e5fb87a9.tar.bz2
samba-fc703a14928c61031589ac6cce8f2985e5fb87a9.zip
s3-spoolss: remove SPOOL_NOTIFY_INFO_DATA and SPOOL_NOTIFY_INFO alltogether.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 7f7555fd85..26ecf2bfa5 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -406,36 +406,6 @@ typedef struct spool_notify_option
}
SPOOL_NOTIFY_OPTION;
-typedef struct spool_notify_info_data
-{
- uint16 type;
- uint16 field;
- uint32 reserved;
- uint32 id;
- union {
- uint32 value[2];
- struct {
- uint32 length;
- uint16 *string;
- } data;
- struct {
- uint32 size;
- SEC_DESC *desc;
- } sd;
- }
- notify_data;
- uint32 size;
- uint32 enc_type;
-} SPOOL_NOTIFY_INFO_DATA;
-
-typedef struct spool_notify_info
-{
- uint32 version;
- uint32 flags;
- uint32 count;
- SPOOL_NOTIFY_INFO_DATA *data;
-}
-SPOOL_NOTIFY_INFO;
/* If the struct name looks obscure, yes it is ! */
/* RemoteFindFirstPrinterChangeNotificationEx query struct */