diff options
-rw-r--r-- | librpc/idl/idl_types.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/librpc/idl/idl_types.h b/librpc/idl/idl_types.h index 88ece20afe..023c04020e 100644 --- a/librpc/idl/idl_types.h +++ b/librpc/idl/idl_types.h @@ -15,29 +15,6 @@ #define nstring [flag(STR_NULLTERM|NDR_ALIGN2)] string /* - an ascii string prefixed with [offset] [length], both 32 bits - null terminated -*/ -#define ascstr2 [flag(STR_ASCII|STR_LEN4)] string - -/* - an ascii string prefixed with [size], 32 bits -*/ -#define asclstr [flag(STR_ASCII|STR_SIZE4)] string - -/* - an ascii string prefixed with [size], 16 bits - null terminated -*/ -#define ascstr3 [flag(STR_ASCII|STR_SIZE2)] string - -/* - an ascii string prefixed with [size] [offset] [length], all 32 bits - not null terminated -*/ -#define ascstr_noterm [flag(STR_NOTERM|STR_ASCII|STR_SIZE4|STR_LEN4)] string - -/* a null terminated ascii string */ #define astring [flag(STR_ASCII|STR_NULLTERM)] string |