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 cfc91e72b..e9d0ffbec 100644 --- a/common/util.h +++ b/common/util.h @@ -200,7 +200,7 @@ const char *gnupg_module_name (int which); void gnupg_rl_initialize (void); /*-- helpfile.c --*/ -char *gnupg_get_help_string (const char *key); +char *gnupg_get_help_string (const char *key, int only_current_locale); /*-- localename.c --*/ const char *gnupg_messages_locale_name (void); |