diff options
Diffstat (limited to '')
-rw-r--r-- | common/i18n.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/i18n.h b/common/i18n.h index 3b02a6bbd..8507b8f27 100644 --- a/common/i18n.h +++ b/common/i18n.h @@ -42,6 +42,12 @@ void i18n_init (void); char *i18n_switchto_utf8 (void); void i18n_switchback (char *saved_codeset); const char *i18n_utf8 (const char *string); +const char *i18n_localegettext (const char *lc_messages, const char *string); + +/* If a module wants a local L_() fucntion we define it here. */ +#ifdef LunderscoreIMPL +LunderscoreIMPL +#endif #endif /*GNUPG_COMMON_I18N_H*/ |