summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-11-03 20:38:58 +0100
committerWerner Koch <wk@gnupg.org>1998-11-03 20:38:58 +0100
commitb9dd2ebb2c08b457735f8acf997ff54965db91de (patch)
tree7d2408445104fa5135bd63b7e7bfc98d5a66688f /include
parentsome random changes (diff)
downloadgnupg2-b9dd2ebb2c08b457735f8acf997ff54965db91de.tar.xz
gnupg2-b9dd2ebb2c08b457735f8acf997ff54965db91de.zip
(Does not compile yet)
Diffstat (limited to 'include')
-rw-r--r--include/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 5dd656e72..56098ae6e 100644
--- a/include/util.h
+++ b/include/util.h
@@ -152,6 +152,8 @@ 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 );
+char *native_to_utf8( const char *string );
+char *utf8_to_native( const char *string );
#define stricmp(a,b) strcasecmp((a),(b))