diff options
Diffstat (limited to '')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index 358cdc5f9..64338986b 100644 --- a/include/util.h +++ b/include/util.h @@ -166,6 +166,7 @@ char *trim_spaces( char *string ); unsigned trim_trailing_ws( byte *line, unsigned len ); int string_count_chr( const char *string, int c ); int set_native_charset( const char *newset ); +const char* get_native_charset(void); char *native_to_utf8( const char *string ); char *utf8_to_native( const char *string ); int check_utf8_string( const char *string ); |