summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/idl_types.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-16 19:21:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:44:50 -0500
commitec6973747a7269224b4cf6ccb593f5ed92e07a94 (patch)
tree726c1997a0b78298a8bf0b6b0ee50422c97df770 /source4/librpc/idl/idl_types.h
parent3f3388a5648b41a22a399a73f484fb1ce5d539bd (diff)
downloadsamba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.tar.gz
samba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.tar.bz2
samba-ec6973747a7269224b4cf6ccb593f5ed92e07a94.zip
r11103: Eliminate ascstr
(This used to be commit c8a0511f37f8cff3e949ffda0bb7fae714d5bbb4)
Diffstat (limited to 'source4/librpc/idl/idl_types.h')
-rw-r--r--source4/librpc/idl/idl_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/librpc/idl/idl_types.h b/source4/librpc/idl/idl_types.h
index 872883df4b..98a8d1c093 100644
--- a/source4/librpc/idl/idl_types.h
+++ b/source4/librpc/idl/idl_types.h
@@ -33,12 +33,6 @@
#define astring15 [flag(STR_ASCII|STR_FIXLEN15)] string
/*
- an ascii string prefixed with [size] [offset] [length], all 32 bits
- null terminated
-*/
-#define ascstr [flag(STR_ASCII|STR_SIZE4|STR_LEN4)] string
-
-/*
an ascii string prefixed with [offset] [length], both 32 bits
null terminated
*/