spoolss: make two bitmaps public.
authorGünther Deschner <gd@samba.org>
Sat, 13 Feb 2010 03:27:05 +0000 (04:27 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Feb 2010 14:47:58 +0000 (15:47 +0100)
Guenther

librpc/idl/spoolss.idl

index da890774e74fc5025675595972b15020029789ec..3365ea33195863a3f70f841e06baa3889c600df6 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,
@@ -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,