svn commit: samba r25666 - in branches/SAMBA_4_0/source/librpc/idl: .

gd at samba.org gd at samba.org
Tue Oct 16 12:55:06 GMT 2007


Author: gd
Date: 2007-10-16 12:55:05 +0000 (Tue, 16 Oct 2007)
New Revision: 25666

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

Log:
Add frsapi_IsPathReplicated 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-16 11:39:40 UTC (rev 25665)
+++ branches/SAMBA_4_0/source/librpc/idl/frsapi.idl	2007-10-16 12:55:05 UTC (rev 25666)
@@ -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 @@
 
 	/****************/
 	/* 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 */



More information about the samba-cvs mailing list