diff options
author | Günther Deschner <gd@samba.org> | 2016-08-20 00:00:50 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2016-08-23 01:06:24 +0200 |
commit | 2d4107f9e17e441107203a9965f739d13bcef11a (patch) | |
tree | ab5963e98dc4fee395457e0e0731d2ca8e7c1134 /librpc | |
parent | 54eafcaa12b7c6e2acf3bbc372d1b1b840c53da2 (diff) | |
download | samba-2d4107f9e17e441107203a9965f739d13bcef11a.tar.gz |
librpc: fix IDL for spoolss_GetPrinterDriverPackagePath()
Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@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 2782c719944..ae10917ce79 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -3307,7 +3307,7 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") /******************/ /* Function: 0x68 */ - WERROR spoolss_GetPrinterDriverPackagePath( + HRESULT spoolss_GetPrinterDriverPackagePath( [in,unique] [string,charset(UTF16)] uint16 *servername, [in,ref] [string,charset(UTF16)] uint16 *architecture, [in,unique] [string,charset(UTF16)] uint16 *language, |