diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-07-08 05:22:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:22 -0500 |
commit | 3d3a86f95d3b7533983450771a0b25894536ae6a (patch) | |
tree | 1c25047c5f7d684962d34d8d928ef7bd0a44660f /source4/librpc/idl | |
parent | b7952f805872083da9ce233ef0d278f364a1c738 (diff) | |
download | samba-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')
-rw-r--r-- | source4/librpc/idl/idl_types.h | 1 |
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 |