spoolss: make two bitmaps public.
authorGünther Deschner <gd@samba.org>
Sat, 13 Feb 2010 03:27:05 +0000 (04:27 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 19 Feb 2010 11:30:25 +0000 (12:30 +0100)
Guenther

librpc/idl/spoolss.idl

index 6983b3608ae6f93a1fc75acc4282ccc92def5040..d69e9f36b24ad85c5ca7fb3bc13080f234743849 100644 (file)
@@ -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,