summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/wkssvc.idl
diff options
context:
space:
mode:
authorRichard Sharpe <sharpe@samba.org>2003-11-19 19:44:17 +0000
committerRichard Sharpe <sharpe@samba.org>2003-11-19 19:44:17 +0000
commit5a51af068533357fbf0ae4ddfd169fb752ddd2b5 (patch)
tree9208de74bbc2ca548d93a57e864ff24d39fdd760 /source4/librpc/idl/wkssvc.idl
parent7b3f7cd7fd2b5b8455ad4176fe81d2ef617819f3 (diff)
downloadsamba-5a51af068533357fbf0ae4ddfd169fb752ddd2b5.tar.gz
samba-5a51af068533357fbf0ae4ddfd169fb752ddd2b5.tar.bz2
samba-5a51af068533357fbf0ae4ddfd169fb752ddd2b5.zip
Fix up some things in the IDL, and fix up a mistake I made before.
entriesreturned does not appear as a top-level IDL item. It appears in the structure that is returned. I have traces of TransportEnum that Ethereal properly dissects ... (This used to be commit e3f046037844e3017653f56d6c262951db1f1d4f)
Diffstat (limited to 'source4/librpc/idl/wkssvc.idl')
-rw-r--r--source4/librpc/idl/wkssvc.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl
index b7ca97463d..3e3471d795 100644
--- a/source4/librpc/idl/wkssvc.idl
+++ b/source4/librpc/idl/wkssvc.idl
@@ -136,9 +136,10 @@
WERROR wkssvc_TransportEnum (
[in] unistr *server_name,
+ [in] uint32 level,
[in,out,ref] wkssvc_TransportInfo *info,
[in] uint32 max_buffer,
- [out] uint32 unknown,
+ [out] uint32 totalentries,
[in,out] uint32 *resume_handle
);