1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

spoolss: make RPC_PrintNamedProperty public

Signed-off-by: Günther Deschner <gd@samba.org>

Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
Günther Deschner 2013-01-24 23:31:19 +01:00 committed by David Disseldorp
parent cc38511903
commit 1aafc844a7

View 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;