diff options
author | Werner Koch <[email protected]> | 2007-12-04 15:00:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-12-04 15:00:14 +0000 |
commit | 63ec0b271c781fa542f4d5d0ae3292cf7576b414 (patch) | |
tree | 90e1af230a6fe6c6f67dbae09e3c1f7da6e57f50 /common/util.h | |
parent | 2007-12-04 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-63ec0b271c781fa542f4d5d0ae3292cf7576b414.tar.gz gnupg-63ec0b271c781fa542f4d5d0ae3292cf7576b414.zip |
Created help files form the current po entries.
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); |