diff options
author | Günther Deschner <gd@samba.org> | 2009-02-26 00:49:02 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-26 13:17:22 +0100 |
commit | 3e25d3bb15fd616fdf89fcb10aba27a9a7586e15 (patch) | |
tree | 00e3c8de2743ba3fa57bb3556ae7a9a49d31b482 /source3/include | |
parent | d3ac11c64a95c2041dc0002b8cc59d756736d3be (diff) | |
download | samba-3e25d3bb15fd616fdf89fcb10aba27a9a7586e15.tar.gz samba-3e25d3bb15fd616fdf89fcb10aba27a9a7586e15.tar.bz2 samba-3e25d3bb15fd616fdf89fcb10aba27a9a7586e15.zip |
s3-spoolss: remove some unused defines and structs.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_spoolss.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 1880331590..fd46102b8e 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -141,20 +141,8 @@ /* Notify field types */ -#define NOTIFY_ONE_VALUE 1 /* Notify data is stored in value1 */ -#define NOTIFY_TWO_VALUE 2 /* Notify data is stored in value2 */ -#define NOTIFY_POINTER 3 /* Data is a pointer to a buffer */ -#define NOTIFY_STRING 4 /* Data is a pointer to a buffer w/length */ -#define NOTIFY_SECDESC 5 /* Data is a security descriptor */ - #define PRINTER_NOTIFY_TYPE 0x00 #define JOB_NOTIFY_TYPE 0x01 -#define PRINT_TABLE_END 0xFF - -#define MAX_PRINTER_NOTIFY 26 -#define MAX_JOB_NOTIFY 24 - -#define MAX_NOTIFY_TYPE_FOR_NOW 26 #define PRINTER_NOTIFY_SERVER_NAME 0x00 #define PRINTER_NOTIFY_PRINTER_NAME 0x01 @@ -323,19 +311,6 @@ PRINTER_DEFAULT; /********************************************/ -typedef struct s_header_type -{ - uint32 type; - union - { - uint32 value; - UNISTR string; - } - data; -} -HEADER_TYPE; - - typedef struct spool_q_getprinterdata { POLICY_HND handle; |