diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-18 13:52:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:32 -0500 |
commit | 069f0cc15bfe6ba38950d8b5a0b2befb74aa397e (patch) | |
tree | f56a30f66eaf2bbdfcb89b8d106bc87fa8d25f72 /source4/librpc/idl | |
parent | 2b43de2ed8025ef598c31d41f0fe710f8e3a3658 (diff) | |
download | samba-069f0cc15bfe6ba38950d8b5a0b2befb74aa397e.tar.gz samba-069f0cc15bfe6ba38950d8b5a0b2befb74aa397e.tar.bz2 samba-069f0cc15bfe6ba38950d8b5a0b2befb74aa397e.zip |
r21429: Fix the build.
(This used to be commit 88fbf9af24a346d3d99af32b8574507b0590846a)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 6a32d082e0..8224976a26 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -586,10 +586,10 @@ import "security.idl", "winreg.idl"; [in] [string,charset(UTF16)] uint16 *server, [in] [string,charset(UTF16)] uint16 *environment, [in] uint32 level, - /*[in,out,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverDirectoryInfo *info, */ - [in,out,unique] DATA_BLOB *data, + [in] DATA_BLOB *buffer, [in] uint32 offered, - [out,ref] uint32 *needed + [out,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_DriverDirectoryInfo *info, + [out] uint32 needed ); /******************/ |