diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 01:02:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:27 +0100 |
commit | 8a7937846947652223d94dbf26b0335c1678573c (patch) | |
tree | d360d384669a0c2e94e268330d2723c31dd28842 /source4/librpc/idl | |
parent | 388952f82ced876abaed10aeed8c8266a443f05e (diff) | |
download | samba-8a7937846947652223d94dbf26b0335c1678573c.tar.gz samba-8a7937846947652223d94dbf26b0335c1678573c.tar.bz2 samba-8a7937846947652223d94dbf26b0335c1678573c.zip |
s4-netlogon: merge netr_LogonControl2 from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 8d61c27903..5bf8b027fa 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -885,8 +885,8 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *logon_server, [in] netr_LogonControlCode function_code, [in] uint32 level, - [in][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION data, - [out][switch_is(level)] netr_CONTROL_QUERY_INFORMATION query + [in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION *data, + [out,ref][switch_is(level)] netr_CONTROL_QUERY_INFORMATION *query ); |