libndr: add LIBNDR_FLAG_NO_RELATIVE_REVERSE so that relative reverse processing
[abartlet/samba.git/.git] / librpc / ndr / libndr.h
index 39ae25f7e68cb93974d97a028160d965b23cfe53..124c5f0d6e17224a87c8a004595c9bd4c966a4f1 100644 (file)
@@ -124,6 +124,9 @@ struct ndr_print {
 #define LIBNDR_FLAG_STR_UTF8           (1<<12)
 #define LIBNDR_STRING_FLAGS            (0x7FFC)
 
+/* set if relative pointers should *not* be marshalled in reverse order */
+#define LIBNDR_FLAG_NO_RELATIVE_REVERSE        (1<<18)
+
 /* set if relative pointers are marshalled in reverse order */
 #define LIBNDR_FLAG_RELATIVE_REVERSE   (1<<19)