summaryrefslogtreecommitdiff
path: root/librpc/idl/idl_types.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-03-25 10:56:15 +0100
committerGünther Deschner <gd@samba.org>2010-03-25 11:04:52 +0100
commit1ff55500ded3a20ff5ed3fcc7249bfb593ffd2f3 (patch)
tree0f1d62c478db64fdd2f036fe175e29b33c763ec0 /librpc/idl/idl_types.h
parent2e20cdaeeb28bdaddcfd0fb1807e8f3eb8c8e525 (diff)
downloadsamba-1ff55500ded3a20ff5ed3fcc7249bfb593ffd2f3.tar.gz
samba-1ff55500ded3a20ff5ed3fcc7249bfb593ffd2f3.tar.bz2
samba-1ff55500ded3a20ff5ed3fcc7249bfb593ffd2f3.zip
drsblobs: remove utf8string2 from ForestTrustData.
Simo, it's not really worth to add a new idl type just for being able to omit the size field. The size field is part of the spec in MS-ADTS 7.1.6.9.3.1 so we should have it as well. Guenther
Diffstat (limited to 'librpc/idl/idl_types.h')
-rw-r--r--librpc/idl/idl_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/librpc/idl/idl_types.h b/librpc/idl/idl_types.h
index 72165cf22e..3c6c12cd84 100644
--- a/librpc/idl/idl_types.h
+++ b/librpc/idl/idl_types.h
@@ -48,12 +48,6 @@
#define utf8string [flag(STR_UTF8|STR_NULLTERM)] string
/*
- an utf8 string prefixed with [size], 32 bits
- not null terminated
-*/
-#define utf8string2 [flag(STR_SIZE4|STR_UTF8|STR_NOTERM)] string
-
-/*
a null terminated UCS2 string
*/
#define nstring_array [flag(STR_NULLTERM)] string_array