summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-29 00:07:12 +0100
committerGünther Deschner <gd@samba.org>2008-10-29 08:57:51 +0100
commitef37351f1846f042d132a3c54235291ed3311f11 (patch)
treed5e6dc7e8d4a76092825df5a4ca842cb23dfdf96 /source4/librpc
parentcbc0b63a7727b24bcacde0f4865e213ac0edda23 (diff)
downloadsamba-ef37351f1846f042d132a3c54235291ed3311f11.tar.gz
samba-ef37351f1846f042d132a3c54235291ed3311f11.tar.bz2
samba-ef37351f1846f042d132a3c54235291ed3311f11.zip
s4-netlogon: merge netr_DatabaseSync2 from s3 idl.
Guenther
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/netlogon.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index cb05b2a2c9..e6ac70a863 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -940,13 +940,13 @@ interface netlogon
NTSTATUS netr_DatabaseSync2(
[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] uint16 restart_state,
- [in,out] uint32 sync_context,
- [in] uint32 preferredmaximumlength,
- [out,unique] netr_DELTA_ENUM_ARRAY *delta_enum_array
+ [in,out,ref] uint32 *sync_context,
+ [out,ref] netr_DELTA_ENUM_ARRAY **delta_enum_array,
+ [in] uint32 preferredmaximumlength
);