spoolss: make RPC_PrintNamedProperty public
authorGünther Deschner <gd@samba.org>
Thu, 24 Jan 2013 22:31:19 +0000 (23:31 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 20 May 2013 16:50:00 +0000 (18:50 +0200)
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
librpc/idl/spoolss.idl

index 7e5980cac2673f1d49c523b0f181b1dd3b55f594..74bcfd07115a47a51be591d0784e395a60ab4257 100644 (file)
@@ -3340,12 +3340,12 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
                [case(kRpcPropertyTypeBuffer)] propertyBlob propertyBlob;
        } RPC_PrintPropertyValueUnion;
 
-       typedef struct {
+       typedef [public] struct {
                RPC_EPrintPropertyType ePropertyType;
                [switch_is(ePropertyType)] RPC_PrintPropertyValueUnion value;
        } RPC_PrintPropertyValue;
 
-       typedef struct {
+       typedef [public] struct {
                [string,charset(UTF16)] uint16 *propertyName;
                RPC_PrintPropertyValue propertyValue;
        } RPC_PrintNamedProperty;