summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-15 01:23:59 +0100
committerGünther Deschner <gd@samba.org>2008-02-15 14:04:28 +0100
commit10023ef50a36bb43c3f480a13ddc45ef83658e05 (patch)
tree100a38d37db875fbb2ee9535bde91adea152b93e /source3/librpc/idl/netlogon.idl
parentcfd9d5d65959e9360711494d62e19a8bb55626d7 (diff)
downloadsamba-10023ef50a36bb43c3f480a13ddc45ef83658e05.tar.gz
samba-10023ef50a36bb43c3f480a13ddc45ef83658e05.tar.bz2
samba-10023ef50a36bb43c3f480a13ddc45ef83658e05.zip
Fix IDL for netr_DatabaseDeltas.
Guenther (This used to be commit a28729e48f5beffb4ffe324da30548d948fa51b4)
Diffstat (limited to 'source3/librpc/idl/netlogon.idl')
-rw-r--r--source3/librpc/idl/netlogon.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl
index 7f977a454b..e79096269f 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/librpc/idl/netlogon.idl
@@ -680,12 +680,12 @@ interface netlogon
NTSTATUS netr_DatabaseDeltas(
[in] [string,charset(UTF16)] uint16 logon_server[],
[in] [string,charset(UTF16)] uint16 computername[],
- [in] netr_Authenticator credential,
+ [in,ref] netr_Authenticator *credential,
[in,out,ref] netr_Authenticator *return_authenticator,
[in] netr_SamDatabaseID database_id,
[in,out,ref] udlong *sequence_num,
- [in] uint32 preferredmaximumlength,
- [out,ref] netr_DELTA_ENUM_ARRAY *delta_enum_array
+ [out,ref] netr_DELTA_ENUM_ARRAY **delta_enum_array,
+ [in] uint32 preferredmaximumlength
);