From 5a51af068533357fbf0ae4ddfd169fb752ddd2b5 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Wed, 19 Nov 2003 19:44:17 +0000 Subject: 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) --- source4/librpc/idl/wkssvc.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/wkssvc.idl') 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 ); -- cgit