summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-15 15:14:00 +0200
committerGünther Deschner <gd@samba.org>2008-10-15 15:14:00 +0200
commit94d7e52dd8f5c07c249618f2a150f4aacf40a92d (patch)
tree0708c2f9bdef44d5064a504a809dc59313c4f0db /source4/librpc
parent714cde8bc1740338f9d401d09ea1dbe616afb129 (diff)
downloadsamba-94d7e52dd8f5c07c249618f2a150f4aacf40a92d.tar.gz
samba-94d7e52dd8f5c07c249618f2a150f4aacf40a92d.tar.bz2
samba-94d7e52dd8f5c07c249618f2a150f4aacf40a92d.zip
idl: more netlogon merges between s3 and s4.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/netlogon.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index 23e81c1966..1a164e398f 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -46,7 +46,7 @@ interface netlogon
[in,unique] [string,charset(UTF16)] uint16 *server_name,
[in] [string,charset(UTF16)] uint16 account_name[],
[in] [string,charset(UTF16)] uint16 workstation[],
- [out,unique] netr_UasInfo *info
+ [out,ref] netr_UasInfo *info
);
@@ -62,7 +62,7 @@ interface netlogon
[in,unique] [string,charset(UTF16)] uint16 *server_name,
[in] [string,charset(UTF16)] uint16 account_name[],
[in] [string,charset(UTF16)] uint16 workstation[],
- [out] netr_UasLogoffInfo info
+ [out,ref] netr_UasLogoffInfo *info
);
@@ -883,7 +883,7 @@ interface netlogon
WERROR netr_LogonControl2(
[in,unique] [string,charset(UTF16)] uint16 *logon_server,
- [in] uint32 function_code,
+ [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