1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r25675: More frsapi IDL.

Guenther
(This used to be commit 7ab033e839)
This commit is contained in:
Günther Deschner 2007-10-17 09:50:39 +02:00 committed by Stefan Metzmacher
parent c28074da32
commit c7a1a4abfa

View File

@ -92,6 +92,12 @@ interface frsapi
/****************/
/* Function 0x0a */
void FRSAPI_FORCE_REPLICATION();
/* not supported before w2k3 sp2 */
WERROR frsapi_ForceReplication(
[in] uint32 unknown1,
[in] uint32 unknown2,
[in,unique] [charset(UTF16),string] uint16 *replica_set,
[in,unique] [charset(UTF16),string] uint16 *partner_name
);
}