diff options
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 4 |
1 files changed, 2 insertions, 2 deletions
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, |