summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-02-13 04:27:05 +0100
committerKarolin Seeger <kseeger@samba.org>2010-02-19 14:32:32 +0100
commit865a91077eda83c7a09cd5f66317a90311c21086 (patch)
tree6b472350764d4de5fd6134341b8a954df1e5017f
parent660b04bf88bde024c397789cceda314ab179a5d6 (diff)
downloadsamba-865a91077eda83c7a09cd5f66317a90311c21086.tar.gz
spoolss: make two bitmaps public.
Guenther (cherry picked from commit 8c4ff98ea11ff06e20bea73596e9643d8194a890) (cherry picked from commit 63eae72f981b619dd2baf1973bc5744ccd2fca28)
-rw-r--r--librpc/idl/spoolss.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index da890774e74..3365ea33195 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,