Author: gd
Date: 2007-10-17 09:50:39 +0000 (Wed, 17 Oct 2007)
New Revision: 25675

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25675

Log:
More frsapi IDL.

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/frsapi.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/frsapi.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/frsapi.idl     2007-10-17 08:26:55 UTC 
(rev 25674)
+++ branches/SAMBA_4_0/source/librpc/idl/frsapi.idl     2007-10-17 09:50:39 UTC 
(rev 25675)
@@ -92,6 +92,12 @@
 
        /****************/
        /* 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
+       );
 
 }

Reply via email to