diff options
author | Günther Deschner <gd@samba.org> | 2008-10-28 00:38:44 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-29 08:57:28 +0100 |
commit | 6f2179b0884cb3f2e4a38516d050707384c8e5ff (patch) | |
tree | e9aa25b453a484eacfeafc1a891927c1e5495ad3 /source4/librpc | |
parent | 4f6264b66c0e9f8d863ee547cc5902d35a0826de (diff) | |
download | samba-6f2179b0884cb3f2e4a38516d050707384c8e5ff.tar.gz samba-6f2179b0884cb3f2e4a38516d050707384c8e5ff.tar.bz2 samba-6f2179b0884cb3f2e4a38516d050707384c8e5ff.zip |
s4-netlogon: merge netr_DatabaseDeltas 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 7cb83b3d69..87ddd4704c 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -724,12 +724,12 @@ interface netlogon NTSTATUS netr_DatabaseDeltas( [in] [string,charset(UTF16)] uint16 logon_server[], [in] [string,charset(UTF16)] uint16 computername[], - [in] netr_Authenticator credential, - [in,out] netr_Authenticator return_authenticator, + [in,ref] netr_Authenticator *credential, + [in,out,ref] netr_Authenticator *return_authenticator, [in] netr_SamDatabaseID database_id, - [in,out] udlong sequence_num, - [in] uint32 preferredmaximumlength, - [out,unique] netr_DELTA_ENUM_ARRAY *delta_enum_array + [in,out,ref] udlong *sequence_num, + [out,ref] netr_DELTA_ENUM_ARRAY **delta_enum_array, + [in] uint32 preferredmaximumlength ); |