diff options
Diffstat (limited to 'source4/librpc/idl/frsapi.idl')
-rw-r--r-- | source4/librpc/idl/frsapi.idl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl index e8ac819807..bc5c19945d 100644 --- a/source4/librpc/idl/frsapi.idl +++ b/source4/librpc/idl/frsapi.idl @@ -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 + ); } |