diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-12-02 12:01:10 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-12-02 12:01:10 +0000 |
commit | de32d669c6b7eb0053b843726e9520b1e20c85f6 (patch) | |
tree | a315965175312150017051008770ed6eb46c0b9d /source4/librpc/idl/netlogon.idl | |
parent | 9ebe4489e7211c2c191347cb348f123863d8e537 (diff) | |
download | samba-de32d669c6b7eb0053b843726e9520b1e20c85f6.tar.gz samba-de32d669c6b7eb0053b843726e9520b1e20c85f6.tar.bz2 samba-de32d669c6b7eb0053b843726e9520b1e20c85f6.zip |
added netr_DatabaseSync2()
(This used to be commit 0f6af0c4bde0eb3758192b74dab797b558c944a1)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 548209e0f4..b4506c6db7 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -750,23 +750,23 @@ interface netlogon [in,out,ref] uint32 *negotiate_flags ); -#if 0 /*****************/ /* Function 0x10 */ NTSTATUS netr_DatabaseSync2( - [in][string][ref] wchar_t *logon_server, # REF!!! - [in][string][ref] wchar_t *computername, - [in][ref] AUTHENTICATOR credential, - [in][out][ref] AUTHENTICATOR return_authenticator, - [in] uint32 database_id, - [in] uint16 restart_state, - [in][out][ref] uint32 *sync_context, - [in] uint32 preferredmaximumlength, - [out] netr_DELTA_ENUM_ARRAY *delta_enum_array + [in] unistr logon_server, + [in] unistr computername, + [in] netr_Authenticator credential, + [in,out] netr_Authenticator return_authenticator, + [in] uint32 database_id, + [in] uint16 restart_state, + [in,out] uint32 sync_context, + [in] uint32 preferredmaximumlength, + [out] netr_DELTA_ENUM_ARRAY *delta_enum_array ); +#if 0 /*****************/ /* Function 0x11 */ |