summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-03 17:57:46 -0800
committerJeremy Allison <jra@samba.org>2007-12-03 17:57:46 -0800
commit328a57e1ca5fc0e0206fdb565d5951912e84dc5e (patch)
tree4bb6f8476e33c8fc297d24c1019aefb9fd794830 /source3/include/smb.h
parent6f46f75dfc2c80b99a6a5fb277bab456a5fd247b (diff)
downloadsamba-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/smb.h')
-rw-r--r--source3/include/smb.h4
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