summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-10-16 12:55:05 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:05 +0100
commit5e6372460c8f52964f84e56d0c34479e1b1a1a9e (patch)
treea05a5f69a164d2cf65e601134497f576df1397fc /source4/librpc
parent4860557842a8b5e2c5ceba03c64f42996f0bf60c (diff)
downloadsamba-5e6372460c8f52964f84e56d0c34479e1b1a1a9e.tar.gz
samba-5e6372460c8f52964f84e56d0c34479e1b1a1a9e.tar.bz2
samba-5e6372460c8f52964f84e56d0c34479e1b1a1a9e.zip
r25666: Add frsapi_IsPathReplicated IDL.
Guenther (This used to be commit d8fe7652bda2a984d830b83762950377a4849d64)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/frsapi.idl17
1 files changed, 14 insertions, 3 deletions
diff --git a/source4/librpc/idl/frsapi.idl b/source4/librpc/idl/frsapi.idl
index bc49a06e23..2f8e1ba9df 100644
--- a/source4/librpc/idl/frsapi.idl
+++ b/source4/librpc/idl/frsapi.idl
@@ -1,10 +1,14 @@
-[
+#include "idl_types.h"
+
+import "misc.idl";
+
+[
uuid("d049b186-814f-11d1-9a3c-00c04fc9b232"),
version(1.1),
endpoint("ncacn_ip_tcp:", "ncalrpc:"),
helpstring("File Replication API"),
pointer_default(unique)
-]
+]
interface frsapi
{
/****************/
@@ -63,7 +67,14 @@ interface frsapi
/****************/
/* Function 0x08 */
- void FRSAPI_IS_PATH_REPLICATED();
+ WERROR frsapi_IsPathReplicated(
+ [in,unique] [string,charset(UTF16)] uint16 *path,
+ [in] uint32 unknown,
+ [out] uint32 *unknown1,
+ [out] uint32 *unknown2,
+ [out] uint32 *unknown3,
+ [out] GUID *guid
+ );
/****************/
/* Function 0x09 */