From ce84ab9a83441845202e99f8ffd4512839926024 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 18 Aug 2007 06:57:49 +0000 Subject: r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_id and move it into misc.idl The goal is to get rid a all dcerpc specific stuff in the generated ndr layer. metze (This used to be commit 2ed014cfb894cccab1654e3f7d5876393e2b52d7) --- source4/librpc/idl/misc.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4/librpc/idl/misc.idl') diff --git a/source4/librpc/idl/misc.idl b/source4/librpc/idl/misc.idl index 2b099a6164..0861758187 100644 --- a/source4/librpc/idl/misc.idl +++ b/source4/librpc/idl/misc.idl @@ -16,6 +16,11 @@ interface misc uint8 node[6]; } GUID; + typedef [public] struct { + GUID uuid; + uint32 if_version; + } ndr_syntax_id; + typedef [public] struct { uint32 handle_type; GUID uuid; -- cgit