diff options
author | Werner Koch <[email protected]> | 2008-04-18 09:20:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-04-18 09:20:25 +0000 |
commit | 4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7 (patch) | |
tree | fb2741341342ef10c52ef1f345eef45eda8defe0 /jnlib/w32help.h | |
parent | Test commit (diff) | |
download | gnupg-4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7.tar.gz gnupg-4896f5f47c1a58a4ee81c1ce1ef879fd3156bbe7.zip |
Adjust for the changed Camellia draft.
W32 gettext changes.
Comment and typo fixes.
Diffstat (limited to '')
-rw-r--r-- | jnlib/w32help.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jnlib/w32help.h b/jnlib/w32help.h index 1a821e99d..9d387bd3a 100644 --- a/jnlib/w32help.h +++ b/jnlib/w32help.h @@ -33,6 +33,7 @@ const char *gettext (const char *msgid ); const char *ngettext (const char *msgid1, const char *msgid2, unsigned long int n); const char *gettext_localename (void); +void gettext_select_utf8 (int value); #endif /*USE_SIMPLE_GETTEXT*/ |