diff options
author | Günther Deschner <gd@samba.org> | 2009-03-17 18:01:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 19:07:35 +0100 |
commit | 289cfb269b486a0a2f8376ead77fd64ad7c012d4 (patch) | |
tree | c083af5e20427e71e54740cda941a556483d73e5 /librpc | |
parent | a264bc68f0e44fb561fe61613b5cf3c7b5e8385f (diff) | |
download | samba-289cfb269b486a0a2f8376ead77fd64ad7c012d4.tar.gz samba-289cfb269b486a0a2f8376ead77fd64ad7c012d4.tar.bz2 samba-289cfb269b486a0a2f8376ead77fd64ad7c012d4.zip |
spoolss: use PRINTER_NOTIFY_TYPE and JOB_NOTIFY_TYPE in favor of "old" s4 defines.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/spoolss.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index a2dc80cbfe..8010374c2a 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1922,8 +1922,8 @@ import "misc.idl", "security.idl", "winreg.idl"; } spoolss_Field; typedef [enum16bit] enum { - SPOOLSS_NOTIFY_PRINTER = 0, - SPOOLSS_NOTIFY_JOB = 1 + PRINTER_NOTIFY_TYPE = 0x00, + JOB_NOTIFY_TYPE = 0x01 } spoolss_NotifyType; /******************/ |