summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-17 09:14:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:01 -0500
commit07eab5018034ead7d5fd033372d16f1a29c35ef0 (patch)
treef7fc07dd2cb13ade40bd301d952592eb34c995b3 /source4/librpc/idl
parentbd30f32d4e487c4a6bf168214052baab7c21361e (diff)
downloadsamba-07eab5018034ead7d5fd033372d16f1a29c35ef0.tar.gz
samba-07eab5018034ead7d5fd033372d16f1a29c35ef0.tar.bz2
samba-07eab5018034ead7d5fd033372d16f1a29c35ef0.zip
r1847: add STR_BYTESIZE flag, to handle cases where
the size is in bytes not in unicode chars metze (This used to be commit 6d094d60d377479de28790bad8ceb4c083c902cd)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/idl_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/idl_types.h b/source4/librpc/idl/idl_types.h
index d36e51f8be..2140d44b20 100644
--- a/source4/librpc/idl/idl_types.h
+++ b/source4/librpc/idl/idl_types.h
@@ -4,6 +4,7 @@
#define STR_SIZE2 LIBNDR_FLAG_STR_SIZE2
#define STR_NOTERM LIBNDR_FLAG_STR_NOTERM
#define STR_NULLTERM LIBNDR_FLAG_STR_NULLTERM
+#define STR_BYTESIZE LIBNDR_FLAG_STR_BYTESIZE
/*
a UCS2 string prefixed with [size] [offset] [length], all 32 bits