diff options
author | Jeremy Allison <jra@samba.org> | 1998-10-20 20:08:35 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-10-20 20:08:35 +0000 |
commit | e094a36a98db8299d7b2b21c8f8ee0ee97e57030 (patch) | |
tree | 37458cb454594057f4a43929518336d304defabb /source3/include | |
parent | 1ebeb54932de01323356e8201d465656b8723d46 (diff) | |
download | samba-e094a36a98db8299d7b2b21c8f8ee0ee97e57030.tar.gz samba-e094a36a98db8299d7b2b21c8f8ee0ee97e57030.tar.bz2 samba-e094a36a98db8299d7b2b21c8f8ee0ee97e57030.zip |
Fixed bug found by John Blair where trim_string wasn't
correctly trimming trailing multibyte code page strings.
Jeremy.
(This used to be commit dbdbce29f56d03f6abf1ee3d96ca2032e688dcbc)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2cec5f91f7..b177e8d789 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -113,6 +113,7 @@ struct in_addr *iface_ip(struct in_addr ip); /*The following definitions come from lib/kanji.c */ void interpret_coding_system(char *str); +BOOL is_multibyte_codepage(void); void initialize_multibyte_vectors( int client_codepage); /*The following definitions come from lib/md4.c */ |