From 1aafc844a721746b4feddbd2d547463a43821a2f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Jan 2013 23:31:19 +0100 Subject: spoolss: make RPC_PrintNamedProperty public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner Reviewed-by: David Disseldorp --- librpc/idl/spoolss.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librpc') 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; -- cgit