From d026214c0924cf109d40cbda6a7d9eeb331c34f8 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 16 Oct 2007 17:12:04 +0200 Subject: r25671: Add stub FRSAPI_FORCE_REPLICATION. Guenther (This used to be commit a7ebef8dd744104da7216344867d8d2bd5463d1f) --- source4/librpc/idl/frsapi.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/librpc') 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(); + } -- cgit