diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-02-09 19:43:52 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-02-09 19:43:52 +0100 |
commit | 0d0aec18a2d2a49095da3fe1ac1dd51797c72d7d (patch) | |
tree | ad50ae8154a0e85eca21703b3aaa6ede12c254e2 /librpc/idl | |
parent | db270e2f945e2da1ea70e44268e66be495cdeaee (diff) | |
download | samba-0d0aec18a2d2a49095da3fe1ac1dd51797c72d7d.tar.gz samba-0d0aec18a2d2a49095da3fe1ac1dd51797c72d7d.tar.bz2 samba-0d0aec18a2d2a49095da3fe1ac1dd51797c72d7d.zip |
Fix warning in spoolss IDL file output.
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 09646c9d67..bb2bb3d50a 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -1478,7 +1478,7 @@ import "misc.idl", "security.idl", "winreg.idl"; WERROR spoolss_EnumPrinterData( [in,ref] policy_handle *handle, [in] uint32 enum_index, - [out,ref,size_is(value_offered/2),charset(UTF16)] uint16 *value_name, + [out,size_is(value_offered/2),charset(UTF16)] uint16 value_name[], [in] uint32 value_offered, [out,ref] uint32 *value_needed, [out,ref] uint32 *printerdata_type, |