From c8f51bced05e5de72d5f9eac0bfa1c6a44d88896 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Sep 2006 20:21:52 +0000 Subject: r18630: Better way to display ref-pointers with [print]. Thanks to metze for pointing this out. Guenther (This used to be commit 246ab597057325611b5e53e6240ee8cabd3b6df7) --- source4/librpc/idl/dfs.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/dfs.idl') diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 6c377da6cc..42d79d0c81 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -118,7 +118,7 @@ } dfs_Info; WERROR dfs_GetInfo ( - [in,ref] [string,charset(UTF16)] uint16 *path, + [in] [string,charset(UTF16)] uint16 path[], [in,unique] [string,charset(UTF16)] uint16 *server, [in,unique] [string,charset(UTF16)] uint16 *share, [in] uint32 level, @@ -227,7 +227,7 @@ /* Function 0x15 */ WERROR dfs_EnumEx( - [in,ref] [string,charset(UTF16)] uint16 *name, + [in] [string,charset(UTF16)] uint16 name[], [in] uint32 level, [in] uint32 bufsize, [in,out,unique] dfs_EnumStruct *info, -- cgit