summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/idl_types.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-07-08 05:22:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:19:22 -0500
commit3d3a86f95d3b7533983450771a0b25894536ae6a (patch)
tree1c25047c5f7d684962d34d8d928ef7bd0a44660f /source4/librpc/idl/idl_types.h
parentb7952f805872083da9ce233ef0d278f364a1c738 (diff)
downloadsamba-3d3a86f95d3b7533983450771a0b25894536ae6a.tar.gz
samba-3d3a86f95d3b7533983450771a0b25894536ae6a.tar.bz2
samba-3d3a86f95d3b7533983450771a0b25894536ae6a.zip
r8227: add STR_LARGE_SIZE flag, to support strings where the size is length+1,
metze (This used to be commit cdd03fe87d0120ab3e18566bfc20df5955f9fb3c)
Diffstat (limited to 'source4/librpc/idl/idl_types.h')
-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 21f4beb8e7..1a6371d8f9 100644
--- a/source4/librpc/idl/idl_types.h
+++ b/source4/librpc/idl/idl_types.h
@@ -10,6 +10,7 @@
#define STR_CONFORMANT LIBNDR_FLAG_STR_CONFORMANT
#define STR_CHARLEN LIBNDR_FLAG_STR_CHARLEN
#define STR_UTF8 LIBNDR_FLAG_STR_UTF8
+#define STR_LARGE_SIZE LIBNDR_FLAG_STR_LARGE_SIZE
/*
a UCS2 string prefixed with [size] [offset] [length], all 32 bits