summaryrefslogtreecommitdiffstats
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-22 15:50:38 +0100
commit424b229085fc4521712d93a42fa867c0db01bc1e (patch)
tree1d1d16c1ebfb6799276dd6d0652d100d4b808a61
parentd05a2faf43dceacf519eeda0e618b66a1a05fb5e (diff)
downloadsamba-424b229085fc4521712d93a42fa867c0db01bc1e.tar.gz
samba-424b229085fc4521712d93a42fa867c0db01bc1e.tar.xz
samba-424b229085fc4521712d93a42fa867c0db01bc1e.zip
spoolss: make two bitmaps public.
Guenther (cherry picked from commit b64cd9857086f56e1e698ae34e51413b6414eb0b)
-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 6983b3608ae..d69e9f36b24 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,
@@ -255,7 +255,7 @@ import "misc.idl", "security.idl", "winreg.idl";
[relative] nstring *comment;
} spoolss_PrinterInfo1;
- typedef bitmap {
+ typedef [public] bitmap {
PRINTER_ATTRIBUTE_QUEUED = 0x00000001,
PRINTER_ATTRIBUTE_DIRECT = 0x00000002,
PRINTER_ATTRIBUTE_DEFAULT = 0x00000004,