diff options
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h index ce1dc37d8..b81664c3e 100644 --- a/common/util.h +++ b/common/util.h @@ -303,7 +303,7 @@ void gnupg_rl_initialize (void); #define GET_TEMPLATE_CRLF 4 /* Use CR+LF. */ char *gnupg_get_template (const char *domain, const char *key, - unsigned int flags); + unsigned int flags, const char *override_locale); char *gnupg_get_help_string (const char *key, int only_current_locale); /*-- localename.c --*/ |