diff options
author | Günther Deschner <gd@samba.org> | 2006-09-18 20:19:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:57 -0500 |
commit | 43a3eaaf4c2f88859104d1da73e9e8896739889c (patch) | |
tree | a08d8c92283fecd188e2e6f9db85bb6ab43d4b10 /source4/librpc/idl | |
parent | 49e073694c3ceab390691fc47fe1e100bd86078d (diff) | |
download | samba-43a3eaaf4c2f88859104d1da73e9e8896739889c.tar.gz samba-43a3eaaf4c2f88859104d1da73e9e8896739889c.tar.bz2 samba-43a3eaaf4c2f88859104d1da73e9e8896739889c.zip |
r18628: dfs_EnumEx() also takes a ref pointer.
Guenther
(This used to be commit 69e2850caffb089e8c23d773a688319d239f470f)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 10 |
1 files changed, 5 insertions, 5 deletions
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 */ |