From aeda2f8152fa3c13868c414d2f06538ccc1b3304 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 13 Nov 2003 10:15:08 +0000 Subject: more dfs work (This used to be commit d9eb4511d0a51bafb53aa87ebb89ff03e0cbc46c) --- source4/librpc/idl/dfs.idl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl/dfs.idl') diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index d9b20f14c9..110dc3563d 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -45,13 +45,12 @@ [in] uint16 level ); - /******************/ /* Function: 0x05 */ + NTSTATUS dfs_Enum ( [in] unistr *name, [in] uint32 level, - [in] uint32 buffer_size, - [in,out,ref] uint32 *resume_handle + [in] uint32 buffer_size ); } -- cgit