librpc/ndr: add new LIBNDR_FLAG_STR_RAW8 for ndr_pull_string
[ira/wip.git] / librpc / ndr / libndr.h
index cbe9b40440e33e3979a2dc6f5271fbcdda592d03..ca3710bc986a95c96cc924adfe184cd1cf277b23 100644 (file)
@@ -122,6 +122,7 @@ struct ndr_print {
 #define LIBNDR_FLAG_STR_CONFORMANT     (1<<10)
 #define LIBNDR_FLAG_STR_CHARLEN                (1<<11)
 #define LIBNDR_FLAG_STR_UTF8           (1<<12)
+#define LIBNDR_FLAG_STR_RAW8           (1<<13)
 #define LIBNDR_STRING_FLAGS            (0x7FFC)
 
 /* set if relative pointers should *not* be marshalled in reverse order */