diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 02:34:02 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:28 +0100 |
commit | fccd5a4dfdd02881b4a95255e2ca19abfb4bcc42 (patch) | |
tree | 536f536f816b1aa867f3ecc478f55ddd3daaf69d /source4/librpc | |
parent | 6f2179b0884cb3f2e4a38516d050707384c8e5ff (diff) | |
download | samba-fccd5a4dfdd02881b4a95255e2ca19abfb4bcc42.tar.gz samba-fccd5a4dfdd02881b4a95255e2ca19abfb4bcc42.tar.bz2 samba-fccd5a4dfdd02881b4a95255e2ca19abfb4bcc42.zip |
s4-netlogon: merge netr_AccountDeltas from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 87ddd4704c..5ceab4afaf 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -767,15 +767,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] netr_UAS_INFO_0 uas, [in] uint32 count, [in] uint32 level, [in] uint32 buffersize, - [out,subcontext(4)] netr_AccountBuffer buffer, - [out] uint32 count_returned, - [out] uint32 total_entries, - [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] netr_UAS_INFO_0 *recordid ); |