From c7a1a4abfa1beaa2d613b46f43c589f928cf287b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 17 Oct 2007 09:50:39 +0200 Subject: r25675: More frsapi IDL. Guenther (This used to be commit 7ab033e8395d5284e9223618c238ff94d3948ac8) --- source4/librpc/idl/frsapi.idl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/frsapi.idl') 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 + ); } -- cgit