summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/idl_types.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-11-25 11:20:09 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:07 -0500
commite547588368b7454a412fb6376a6052fd1e027334 (patch)
tree4dd89855127bcd76fd0d45d16d168dc18c604eef /source4/librpc/idl/idl_types.h
parenta99bf332940f48ae0a503ad6a4909c490626f612 (diff)
downloadsamba-e547588368b7454a412fb6376a6052fd1e027334.tar.gz
samba-e547588368b7454a412fb6376a6052fd1e027334.tar.bz2
samba-e547588368b7454a412fb6376a6052fd1e027334.zip
r3956: start to decode the repsFrom and repsTo fileds but not ready
metze (This used to be commit 44f168c44de908fdf38b39aae8bf10e80206410a)
Diffstat (limited to 'source4/librpc/idl/idl_types.h')
-rw-r--r--source4/librpc/idl/idl_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/librpc/idl/idl_types.h b/source4/librpc/idl/idl_types.h
index 54943ce78c..9463fe0c47 100644
--- a/source4/librpc/idl/idl_types.h
+++ b/source4/librpc/idl/idl_types.h
@@ -49,6 +49,11 @@
#define ascstr2 [flag(STR_ASCII|STR_LEN4)] string
/*
+ an ascii string prefixed with [size], 32 bits
+*/
+#define asclstr [flag(STR_ASCII|STR_SIZE4)] string
+
+/*
an ascii string prefixed with [size], 16 bits
null terminated
*/