Update to samba 11681

svn path=/trunk/; revision=16480
This commit is contained in:
Jörg Mayer 2005-11-12 00:42:45 +00:00
parent e5176d9a93
commit 1baf01d966
1 changed files with 0 additions and 17 deletions

View File

@ -12,17 +12,6 @@
#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
not null terminated
*/
#define unistr_noterm [flag(STR_NOTERM|STR_SIZE4|STR_LEN4)] string
/*
a UCS2 string prefixed with [size] [offset] [length], all 32 bits
*/
#define unistr [flag(STR_SIZE4|STR_LEN4)] string
/*
a UCS2 string prefixed with [size], 32 bits
*/
@ -43,12 +32,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