diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-20 01:28:33 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-20 01:28:33 +0000 |
commit | f01e89e9e0800df912b5ee87bcacb664daa0895e (patch) | |
tree | 37fa3a31276f9404c1793ea6d613a5e421f35df0 /source4/librpc/idl | |
parent | cd3c6c3cc7b22ab38b9f53276891ad828831a38e (diff) | |
download | samba-f01e89e9e0800df912b5ee87bcacb664daa0895e.tar.gz samba-f01e89e9e0800df912b5ee87bcacb664daa0895e.tar.bz2 samba-f01e89e9e0800df912b5ee87bcacb664daa0895e.zip |
EnumPrinterData in spoolss now works
(This used to be commit af07ca7fbcb4118f2415218d0c48798119b7c6b2)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index a78dabd533..586536b69c 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -537,7 +537,7 @@ [in,ref] policy_handle *handle, [in] uint32 enum_index, [in] uint32 value_offered, - [out] DATA_BLOB value, + [out] lstring value, [out] uint32 value_needed, [out] uint32 printerdata_type, [out] DATA_BLOB data, |