mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
c28074da32
commit
c7a1a4abfa
@ -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
|
||||
);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user