diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-06-30 08:00:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:58 -0500 |
commit | d6acd2fb16d9384ff84edc5e0c0dffbb0dd224cd (patch) | |
tree | c7f05c3c01d90d79970e033208920b1268d077b8 /source4/librpc/idl/epmapper.idl | |
parent | baa873b8a1ed611ec613cb95bdf9b2bdee76a7d6 (diff) | |
download | samba-d6acd2fb16d9384ff84edc5e0c0dffbb0dd224cd.tar.gz samba-d6acd2fb16d9384ff84edc5e0c0dffbb0dd224cd.tar.xz samba-d6acd2fb16d9384ff84edc5e0c0dffbb0dd224cd.zip |
r8012: Add UUID for NDR64 transfer syntax.
(This used to be commit 6a3f62222285fa091968bb025edfe21fcf5dfb86)
Diffstat (limited to 'source4/librpc/idl/epmapper.idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 3 |
1 files changed, 3 insertions, 0 deletions
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 */ |