diff options
author | Günther Deschner <gd@samba.org> | 2010-02-13 04:27:05 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-18 15:47:58 +0100 |
commit | 8c4ff98ea11ff06e20bea73596e9643d8194a890 (patch) | |
tree | d0ecece2dc595443906dbc8d1bc089473c29ad32 /librpc/idl/spoolss.idl | |
parent | 8f52957369bf8ce7591d5d9a1436ccb7e384c612 (diff) | |
download | samba-8c4ff98ea11ff06e20bea73596e9643d8194a890.tar.gz samba-8c4ff98ea11ff06e20bea73596e9643d8194a890.tar.bz2 samba-8c4ff98ea11ff06e20bea73596e9643d8194a890.zip |
spoolss: make two bitmaps public.
Guenther
Diffstat (limited to 'librpc/idl/spoolss.idl')
-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 da890774e7..3365ea3319 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -68,7 +68,7 @@ import "misc.idl", "security.idl", "winreg.idl"; const int PRINTER_STATUS_OK = 0x00000000; - typedef bitmap { + typedef [public] bitmap { PRINTER_STATUS_PAUSED = 0x00000001, PRINTER_STATUS_ERROR = 0x00000002, PRINTER_STATUS_PENDING_DELETION = 0x00000004, @@ -439,7 +439,7 @@ import "misc.idl", "security.idl", "winreg.idl"; PRINTER_ENUM_ICON7 | PRINTER_ENUM_ICON8); /* 0x00ff0000 */ - typedef bitmap { + typedef [public] bitmap { PRINTER_ATTRIBUTE_QUEUED = 0x00000001, PRINTER_ATTRIBUTE_DIRECT = 0x00000002, PRINTER_ATTRIBUTE_DEFAULT = 0x00000004, |