summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-17 09:50:39 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:09 +0100
commitc7a1a4abfa1beaa2d613b46f43c589f928cf287b (patch)
tree05b45d7e59aec391b735f1addbb7197f47573450 /source4
parentc28074da329d7370e978df65e899c8cf834307eb (diff)
downloadsamba-c7a1a4abfa1beaa2d613b46f43c589f928cf287b.tar.gz
samba-c7a1a4abfa1beaa2d613b46f43c589f928cf287b.tar.bz2
samba-c7a1a4abfa1beaa2d613b46f43c589f928cf287b.zip
r25675: More frsapi IDL.
Guenther (This used to be commit 7ab033e8395d5284e9223618c238ff94d3948ac8)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/frsapi.idl8
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
+ );
}