diff options
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 */ |