diff options
author | Günther Deschner <gd@samba.org> | 2009-02-06 12:43:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-06 14:59:19 +0100 |
commit | cb0687f9e7dee2e722929dd1d7064e7598acc40a (patch) | |
tree | 10876fb3e383dcc664ca9e46de5c2b35cc11943e /librpc | |
parent | c2cd781d0aac788f1ee4c9c510b7726911df9020 (diff) | |
download | samba-cb0687f9e7dee2e722929dd1d7064e7598acc40a.tar.gz samba-cb0687f9e7dee2e722929dd1d7064e7598acc40a.tar.bz2 samba-cb0687f9e7dee2e722929dd1d7064e7598acc40a.zip |
spoolss: fix spoolss_WritePrinter IDL.
Guenther
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 63ddf1ab40..145131bb67 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -682,7 +682,7 @@ import "misc.idl", "security.idl", "winreg.idl"; [in,ref] policy_handle *handle, [in] DATA_BLOB data, [in,value(r->in.data.length)] uint32 _data_size, - [out] uint32 num_written + [out,ref] uint32 *num_written ); /******************/ |