diff options
author | Werner Koch <wk@gnupg.org> | 1999-03-02 16:48:37 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-03-02 16:48:37 +0100 |
commit | 20bb42bfe79acde270c645ab9fcb788c53934345 (patch) | |
tree | e8843408f17aaba22c21261063001d509c34778a /include | |
parent | See ChangeLog: Tue Mar 2 10:38:42 CET 1999 Werner Koch (diff) | |
download | gnupg2-20bb42bfe79acde270c645ab9fcb788c53934345.tar.xz gnupg2-20bb42bfe79acde270c645ab9fcb788c53934345.zip |
See ChangeLog: Tue Mar 2 16:44:57 CET 1999 Werner Koch
Diffstat (limited to 'include')
-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 ); |