From 43a3eaaf4c2f88859104d1da73e9e8896739889c Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Sep 2006 20:19:43 +0000 Subject: r18628: dfs_EnumEx() also takes a ref pointer. Guenther (This used to be commit 69e2850caffb089e8c23d773a688319d239f470f) --- source4/librpc/idl/dfs.idl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source4/librpc/idl/dfs.idl') diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 8ab3c08940..dc7777111b 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -228,11 +228,11 @@ /* Function 0x15 */ 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 + [in,ref] [string,charset(UTF16)] uint16 *name, + [in] uint32 level, + [in] uint32 bufsize, + [in,out,unique] dfs_EnumStruct *info, + [in,out,unique] uint32 *total ); /* Function 0x16 */ -- cgit