From bd2bf8990a3bb3bbb91c9d1abcc2d424143ebeb5 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 18 Oct 2007 21:23:25 +0200 Subject: r25699: Add ForceReplication test. Guenther (This used to be commit 0bab602b8e38ca758d3795db3d33a92eb162bb92) --- source4/librpc/idl/frsapi.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl index bc5c19945d..a5982433e8 100644 --- a/source4/librpc/idl/frsapi.idl +++ b/source4/librpc/idl/frsapi.idl @@ -94,8 +94,8 @@ interface frsapi /* Function 0x0a */ /* not supported before w2k3 sp2 */ WERROR frsapi_ForceReplication( - [in] uint32 unknown1, - [in] uint32 unknown2, + [in,unique] GUID *guid1, + [in,unique] GUID *guid2, [in,unique] [charset(UTF16),string] uint16 *replica_set, [in,unique] [charset(UTF16),string] uint16 *partner_name ); -- cgit