diff options
Diffstat (limited to 'common/i18n.h')
-rw-r--r-- | common/i18n.h | 3 |
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*/ |