summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dfs.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-13 10:15:08 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-13 10:15:08 +0000
commitaeda2f8152fa3c13868c414d2f06538ccc1b3304 (patch)
tree59797534b4f4f46434902d77529c48d8e2fc730f /source4/librpc/idl/dfs.idl
parent3031937d56363cc6322062a66c991182664f40bc (diff)
downloadsamba-aeda2f8152fa3c13868c414d2f06538ccc1b3304.tar.gz
samba-aeda2f8152fa3c13868c414d2f06538ccc1b3304.tar.bz2
samba-aeda2f8152fa3c13868c414d2f06538ccc1b3304.zip
more dfs work
(This used to be commit d9eb4511d0a51bafb53aa87ebb89ff03e0cbc46c)
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-rw-r--r--source4/librpc/idl/dfs.idl5
1 files changed, 2 insertions, 3 deletions
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
);
}