diff options
author | Günther Deschner <gd@samba.org> | 2013-01-22 10:17:27 +0100 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2013-05-20 18:50:00 +0200 |
commit | c568a2e5c58d01fdd27156e84b361e49c4666fb1 (patch) | |
tree | 92eb5030822bed7ac7c8a7f0b29760e21421532a /librpc | |
parent | c51866eadf6159a6fa76af28be3b9a724ed28b46 (diff) | |
download | samba-c568a2e5c58d01fdd27156e84b361e49c4666fb1.tar.gz samba-c568a2e5c58d01fdd27156e84b361e49c4666fb1.tar.bz2 samba-c568a2e5c58d01fdd27156e84b361e49c4666fb1.zip |
s4-torture: add ndr test for spoolss_GetCorePrinterDrivers.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
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, |