From 5da47f8518fa38e6db44b42b2fce7da89abb5721 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 18 Aug 2007 08:18:38 +0000 Subject: r24533: merge from SAMBA_4_0: rename dcerpc_syntax_id -> ndr_syntax_id metze (This used to be commit 7facd9bf3ffd0718bc9f9161274d18a0014f3744) --- source3/librpc/idl/misc.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/misc.idl b/source3/librpc/idl/misc.idl index 353457dd02..ae098d09ac 100644 --- a/source3/librpc/idl/misc.idl +++ b/source3/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