summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-16 17:12:04 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:07 +0100
commitd026214c0924cf109d40cbda6a7d9eeb331c34f8 (patch)
treee91cdcdb20fade9d82fafeb94d3f75421a5c4db4
parent5da21cd19b0e5ec86a47b70d32eb1c189ae082c3 (diff)
downloadsamba-d026214c0924cf109d40cbda6a7d9eeb331c34f8.tar.gz
samba-d026214c0924cf109d40cbda6a7d9eeb331c34f8.tar.bz2
samba-d026214c0924cf109d40cbda6a7d9eeb331c34f8.zip
r25671: Add stub FRSAPI_FORCE_REPLICATION.
Guenther (This used to be commit a7ebef8dd744104da7216344867d8d2bd5463d1f)
-rw-r--r--source4/librpc/idl/frsapi.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl
index df12f44892..e8ac819807 100644
--- a/source4/librpc/idl/frsapi.idl
+++ b/source4/librpc/idl/frsapi.idl
@@ -89,4 +89,9 @@ interface frsapi
/****************/
/* Function 0x09 */
void FRSAPI_WRITER_COMMAND();
+
+ /****************/
+ /* Function 0x0a */
+ void FRSAPI_FORCE_REPLICATION();
+
}