summaryrefslogtreecommitdiff
path: root/librpc/idl/idl_types.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-03-23 01:06:24 -0400
committerSimo Sorce <idra@samba.org>2010-03-23 01:09:50 -0400
commit9f84d72ef16d3be926f6caffe3c86b4a61b9fc11 (patch)
treebbd454a10b2840cb953b9a1df3402ee98d233a64 /librpc/idl/idl_types.h
parentd9e311ddce50a6decc55ea442f562d11f06e2f78 (diff)
downloadsamba-9f84d72ef16d3be926f6caffe3c86b4a61b9fc11.tar.gz
samba-9f84d72ef16d3be926f6caffe3c86b4a61b9fc11.tar.bz2
samba-9f84d72ef16d3be926f6caffe3c86b4a61b9fc11.zip
idl:drsblobs add code to interpret msDS-TrustForestTrustInfo
Diffstat (limited to 'librpc/idl/idl_types.h')
-rw-r--r--librpc/idl/idl_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/librpc/idl/idl_types.h b/librpc/idl/idl_types.h
index 3c6c12cd84..e8b3da578f 100644
--- a/librpc/idl/idl_types.h
+++ b/librpc/idl/idl_types.h
@@ -48,6 +48,11 @@
#define utf8string [flag(STR_UTF8|STR_NULLTERM)] string
/*
+ an utf8 string prefixed with [size], 32 bits
+*/
+#define utf8string2 [flag(STR_UTF8|STR_SIZE4)] string
+
+/*
a null terminated UCS2 string
*/
#define nstring_array [flag(STR_NULLTERM)] string_array