summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-11-10 13:59:59 +0100
committerWerner Koch <wk@gnupg.org>1998-11-10 13:59:59 +0100
commitb076ce302189d619d170089f70afdb72dd0bf967 (patch)
tree736281f795268c3f712ed29167e21bc9078fc698 /include
parentready to release 0.4.3 (diff)
downloadgnupg2-b076ce302189d619d170089f70afdb72dd0bf967.tar.xz
gnupg2-b076ce302189d619d170089f70afdb72dd0bf967.zip
Some bug fixes of the last release
Diffstat (limited to 'include')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 56098ae6e..6d39d23e0 100644
--- a/include/util.h
+++ b/include/util.h
@@ -152,6 +152,7 @@ const char *memistr( const char *buf, size_t buflen, const char *sub );
char *mem2str( char *, const void *, size_t);
char *trim_spaces( char *string );
int string_count_chr( const char *string, int c );
+int set_native_charset( const char *newset );
char *native_to_utf8( const char *string );
char *utf8_to_native( const char *string );