diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-03 17:57:46 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-03 17:57:46 -0800 |
commit | 328a57e1ca5fc0e0206fdb565d5951912e84dc5e (patch) | |
tree | 4bb6f8476e33c8fc297d24c1019aefb9fd794830 /source3/include | |
parent | 6f46f75dfc2c80b99a6a5fb277bab456a5fd247b (diff) | |
download | samba-328a57e1ca5fc0e0206fdb565d5951912e84dc5e.tar.gz samba-328a57e1ca5fc0e0206fdb565d5951912e84dc5e.tar.bz2 samba-328a57e1ca5fc0e0206fdb565d5951912e84dc5e.zip |
Remove more pstrings, from the winbindd protocol def and
inside winbindd. Remove unused pstring types.
Jeremy.
(This used to be commit 9ccac8abb0420393569dbca73e7daf2742aa1099)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index f85c7344bc..1d787f52d4 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -150,10 +150,6 @@ typedef union unid_t { typedef uint16 smb_ucs2_t; -/* ucs2 string types. */ -typedef smb_ucs2_t wpstring[PSTRING_LEN]; -typedef smb_ucs2_t wfstring[FSTRING_LEN]; - #ifdef WORDS_BIGENDIAN #define UCS2_SHIFT 8 #else |