aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-12-11 22:54:43 +0000
committerJörg Mayer <jmayer@loplof.de>2005-12-11 22:54:43 +0000
commit4dcfde8082edf3dfe7a39c5e766cadafea511363 (patch)
tree322a4f24730e91f4c9f004f72648a68619247f1a
parent87768c664fec0d30a87ff8f4d2b13e4c4c3a73db (diff)
Updates from samba svn
svn path=/trunk/; revision=16758
-rw-r--r--epan/dissectors/pidl/idl_types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/epan/dissectors/pidl/idl_types.h b/epan/dissectors/pidl/idl_types.h
index fb149ff4ca..98a8d1c093 100644
--- a/epan/dissectors/pidl/idl_types.h
+++ b/epan/dissectors/pidl/idl_types.h
@@ -1,7 +1,3 @@
-/*
- * $Id$
- */
-
#define STR_ASCII LIBNDR_FLAG_STR_ASCII
#define STR_LEN4 LIBNDR_FLAG_STR_LEN4
#define STR_SIZE4 LIBNDR_FLAG_STR_SIZE4
@@ -32,11 +28,6 @@
#define string32 [flag(STR_FIXLEN32)] string
/*
- UCS-2 string
-*/
-#define unistr [string] uint16
-
-/*
fixed length 16 character ascii string
*/
#define astring15 [flag(STR_ASCII|STR_FIXLEN15)] string