aboutsummaryrefslogtreecommitdiffstats
path: root/common/i18n.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-10-19 15:58:38 +0000
committerWerner Koch <[email protected]>2007-10-19 15:58:38 +0000
commitc12ce55b25685738bc1668df7b7bde87c4ba023c (patch)
treea863f6912c1d113edc361ee47d69e3135fe703b0 /common/i18n.h
parentEnhanced gpg-conect-agent scripting. (diff)
downloadgnupg-c12ce55b25685738bc1668df7b7bde87c4ba023c.tar.gz
gnupg-c12ce55b25685738bc1668df7b7bde87c4ba023c.zip
Factored utf8 switching code out to i18n.c.
Diffstat (limited to 'common/i18n.h')
-rw-r--r--common/i18n.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/i18n.h b/common/i18n.h
index b692feaa7..7405f9a55 100644
--- a/common/i18n.h
+++ b/common/i18n.h
@@ -39,6 +39,9 @@
#endif /*!USE_SIMPLE_GETTEXT*/
void i18n_init (void);
+char *i18n_switchto_utf8 (void);
+void i18n_switchback (char *saved_codeset);
+const char *i18n_utf8 (const char *string);
#endif /*GNUPG_COMMON_I18N_H*/