summaryrefslogtreecommitdiff
path: root/librpc/idl/idl_types.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-02-09 18:27:37 +0100
committerStefan Metzmacher <metze@samba.org>2010-02-18 13:44:02 +0100
commita2c34296fa6ca2ffb69cb69698a9b5f81803e8a8 (patch)
treecd949bb8e3f9076224a906d39316844e7d3cb694 /librpc/idl/idl_types.h
parentee13a51b0514ec3ac4ca9c532c2b101a08ec9784 (diff)
downloadsamba-a2c34296fa6ca2ffb69cb69698a9b5f81803e8a8.tar.gz
samba-a2c34296fa6ca2ffb69cb69698a9b5f81803e8a8.tar.bz2
samba-a2c34296fa6ca2ffb69cb69698a9b5f81803e8a8.zip
libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processing
can be disabled for single structure elements. Guenther
Diffstat (limited to 'librpc/idl/idl_types.h')
-rw-r--r--librpc/idl/idl_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/idl_types.h b/librpc/idl/idl_types.h
index 193a1f612f..3c6c12cd84 100644
--- a/librpc/idl/idl_types.h
+++ b/librpc/idl/idl_types.h
@@ -69,3 +69,4 @@
#define NDR_PAHEX LIBNDR_PRINT_ARRAY_HEX
#define NDR_RELATIVE_REVERSE LIBNDR_FLAG_RELATIVE_REVERSE
+#define NDR_NO_RELATIVE_REVERSE LIBNDR_FLAG_NO_RELATIVE_REVERSE