diff options
author | Günther Deschner <gd@samba.org> | 2009-02-26 23:40:58 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-27 13:33:15 +0100 |
commit | 670a22852c4d71883292a8361ef1eb0da99088b1 (patch) | |
tree | 84571359f9e1523a62b4e94d32bc4eef197092f0 /source3/include | |
parent | 62db0ea0cfe215b83f7ec94b77f10ef49175c7ae (diff) | |
download | samba-670a22852c4d71883292a8361ef1eb0da99088b1.tar.gz samba-670a22852c4d71883292a8361ef1eb0da99088b1.tar.bz2 samba-670a22852c4d71883292a8361ef1eb0da99088b1.zip |
s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_spoolss.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index a26a315224..798bbf922c 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -428,11 +428,6 @@ typedef struct printer_info_6 } PRINTER_INFO_6; -#define SPOOL_DS_PUBLISH 1 -#define SPOOL_DS_UPDATE 2 -#define SPOOL_DS_UNPUBLISH 4 -#define SPOOL_DS_PENDING 0x80000000 - typedef struct printer_info_7 { UNISTR guid; /* text form of printer guid */ |