From d6acd2fb16d9384ff84edc5e0c0dffbb0dd224cd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 30 Jun 2005 08:00:08 +0000 Subject: r8012: Add UUID for NDR64 transfer syntax. (This used to be commit 6a3f62222285fa091968bb025edfe21fcf5dfb86) --- source4/librpc/idl/epmapper.idl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index fc3981bf38..6c0a85024a 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -37,6 +37,9 @@ interface epmapper const string NDR_GUID = "8a885d04-1ceb-11c9-9fe8-08002b104860"; const string NDR_GUID_VERSION = 2; + const string NDR64_GUID = "71710533-beba-4937-8319-b5dbef9ccc36"; + const string NDR64_GUID_VERSION = 1; + typedef [enum8bit] enum { /* Level 4 and higher */ -- cgit