diff options
author | Günther Deschner <gd@samba.org> | 2010-09-16 14:42:22 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-16 14:42:22 +0200 |
commit | 567a2e68d67608fca6c040393bd55b8699a5c3e2 (patch) | |
tree | ae5497a3053b1cef4245cfc795c932893345c3ed /librpc/idl | |
parent | 1250a6343560705423bcf5c9a25f6448e251e526 (diff) | |
download | samba-567a2e68d67608fca6c040393bd55b8699a5c3e2.tar.gz samba-567a2e68d67608fca6c040393bd55b8699a5c3e2.tar.bz2 samba-567a2e68d67608fca6c040393bd55b8699a5c3e2.zip |
s4-smbtorture: add spoolss_GetPrinterDriver2 NDR tests.
Guenther
Diffstat (limited to 'librpc/idl')
-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 6b20940ff6..f1b8e96bd3 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -2358,7 +2358,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") /******************/ /* Function: 0x35 */ - WERROR spoolss_GetPrinterDriver2( + [public] WERROR spoolss_GetPrinterDriver2( [in,ref] policy_handle *handle, [in,unique] [string,charset(UTF16)] uint16 *architecture, [in] uint32 level, |