summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-12-14 15:09:00 +0100
committerKarolin Seeger <kseeger@samba.org>2010-02-22 15:50:36 +0100
commitf587a0f182ff560be506d0f1d284cd8a712a10a9 (patch)
tree419d2b95964fb9ad79df3cf0adfbabf595bd3530 /librpc/idl
parentc1d2213d8f1b163dc0852f748fe4bef60e87aed4 (diff)
downloadsamba-f587a0f182ff560be506d0f1d284cd8a712a10a9.tar.gz
libndr: add LIBNDR_FLAG_RELATIVE_REVERSE flag.
Guenther (cherry picked from commit ee13a51b0514ec3ac4ca9c532c2b101a08ec9784) (cherry picked from commit d0eb23b3cd9dbdd174d2c0cdbcdb41fbf2a6df53)
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/idl_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/librpc/idl/idl_types.h b/librpc/idl/idl_types.h
index 9885ca5bf65..193a1f612f1 100644
--- a/librpc/idl/idl_types.h
+++ b/librpc/idl/idl_types.h
@@ -67,3 +67,5 @@
this is used to control formatting of uint8 arrays
*/
#define NDR_PAHEX LIBNDR_PRINT_ARRAY_HEX
+
+#define NDR_RELATIVE_REVERSE LIBNDR_FLAG_RELATIVE_REVERSE