From dfe25088ba8b1e6fdaf49ef88d2da07fd8f1d950 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 16 Sep 2010 14:31:53 +0200 Subject: s4-smbtorture: activate spoolss_GetPrinterData NDR pull test. Guenther --- 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 c61cba511c..6b20940ff6 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1925,7 +1925,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") const string SPOOL_REG_URL = "url"; const string SPOOL_REG_VERSIONNUMBER = "versionNumber"; - WERROR spoolss_GetPrinterData( + [public] WERROR spoolss_GetPrinterData( [in,ref] policy_handle *handle, [in] [string,charset(UTF16)] uint16 value_name[], [out,ref] winreg_Type *type, -- cgit