From c568a2e5c58d01fdd27156e84b361e49c4666fb1 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 22 Jan 2013 10:17:27 +0100 Subject: s4-torture: add ndr test for spoolss_GetCorePrinterDrivers. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Reviewed-by: David Disseldorp --- librpc/idl/spoolss.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index fae811f1d2..f0ff2ff53f 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -3280,7 +3280,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") [charset(UTF8)] uint8 formname[520]; } spoolss_CorePrinterDriver; - WERROR spoolss_GetCorePrinterDrivers( + [public] WERROR spoolss_GetCorePrinterDrivers( [in,unique] [string,charset(UTF16)] uint16 *servername, [in,ref] [string,charset(UTF16)] uint16 *architecture, [in] uint32 core_driver_size, -- cgit