diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 02:37:43 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:28 +0100 |
commit | 0de8811a59258774a1df3756b7071c0b4a2f2902 (patch) | |
tree | 36060a1c6b6ebd73aca542bd0213d7b41c42e9e3 /source4/librpc | |
parent | fccd5a4dfdd02881b4a95255e2ca19abfb4bcc42 (diff) | |
download | samba-0de8811a59258774a1df3756b7071c0b4a2f2902.tar.gz samba-0de8811a59258774a1df3756b7071c0b4a2f2902.tar.bz2 samba-0de8811a59258774a1df3756b7071c0b4a2f2902.zip |
s4-netlogon: merge netr_AccountSync from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 5ceab4afaf..3418f08b00 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -786,15 +786,15 @@ interface netlogon [in,unique] [string,charset(UTF16)] uint16 *logon_server, [in] [string,charset(UTF16)] uint16 computername[], [in] netr_Authenticator credential, - [in,out] netr_Authenticator return_authenticator, + [in,out,ref] netr_Authenticator *return_authenticator, [in] uint32 reference, [in] uint32 level, [in] uint32 buffersize, - [out,subcontext(4)] netr_AccountBuffer buffer, - [out] uint32 count_returned, - [out] uint32 total_entries, - [out] uint32 next_reference, - [in,out] netr_UAS_INFO_0 recordid + [out,ref,subcontext(4)] netr_AccountBuffer *buffer, + [out,ref] uint32 *count_returned, + [out,ref] uint32 *total_entries, + [out,ref] uint32 *next_reference, + [in,out,ref] netr_UAS_INFO_0 *recordid ); |