summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-18 20:21:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:58 -0500
commitc8f51bced05e5de72d5f9eac0bfa1c6a44d88896 (patch)
tree8349b356b75d877b8ee6884d98165c71c7bfaade /source4/librpc
parent248768d0adaad173c82d1fadec37909b07515288 (diff)
downloadsamba-c8f51bced05e5de72d5f9eac0bfa1c6a44d88896.tar.gz
r18630: Better way to display ref-pointers with [print]. Thanks to metze for
pointing this out. Guenther (This used to be commit 246ab597057325611b5e53e6240ee8cabd3b6df7)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/dfs.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl
index 6c377da6ccf..42d79d0c81e 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,