summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'librpc')
-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 7e5980cac2..74bcfd0711 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -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;