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

jelmer at samba.org jelmer at samba.org
Wed Sep 13 13:37:52 GMT 2006


Author: jelmer
Date: 2006-09-13 13:37:52 +0000 (Wed, 13 Sep 2006)
New Revision: 18468

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

Log:
Add IDL for dfs_EnumEx. Still lacks test(s)

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dfs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-13 13:28:42 UTC (rev 18467)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-13 13:37:52 UTC (rev 18468)
@@ -221,7 +221,13 @@
 	WERROR dfs_Remove2();
 
 	/* Function 0x15 */
-	WERROR dfs_EnumEx();
+	WERROR dfs_EnumEx(
+		[in,string,charset(UTF16)] uint16 *name,
+		[in] uint32 level,
+		[in] uint32 bufsize,
+		[in,out,unique] dfs_EnumStruct *info,
+		[in,out,unique] uint32 *total
+			  );
 
 	/* Function 0x16 */
 	WERROR dfs_SetInfo2();



More information about the samba-cvs mailing list