diff options
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/wkssvc.idl | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl index 3e3471d795..e42e7ae4f0 100644 --- a/source4/librpc/idl/wkssvc.idl +++ b/source4/librpc/idl/wkssvc.idl @@ -127,17 +127,12 @@ typedef union { case(0) wkssvc_TransportInfoArray *array; - } wkssvc_TransportUnion; - - typedef struct { - uint32 level; - [switch_is(level)] wkssvc_TransportUnion u; } wkssvc_TransportInfo; WERROR wkssvc_TransportEnum ( [in] unistr *server_name, - [in] uint32 level, - [in,out,ref] wkssvc_TransportInfo *info, + [in,out] uint32 level, + [in,out,switch_is(level)] wkssvc_TransportInfo info, [in] uint32 max_buffer, [out] uint32 totalentries, [in,out] uint32 *resume_handle |