diff options
author | Werner Koch <wk@gnupg.org> | 2007-12-04 12:23:31 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-12-04 12:23:31 +0100 |
commit | 8c20500a5d26619ed63e1bcee4404453c90f4a03 (patch) | |
tree | 7fe5e8c1e07a6d6fc4e489a1148a796d5e4ce56e /common/util.h | |
parent | 2007-12-04 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-8c20500a5d26619ed63e1bcee4404453c90f4a03.tar.xz gnupg2-8c20500a5d26619ed63e1bcee4404453c90f4a03.zip |
Allow configuraton of pinentry tooltip.
Other minor buf fixes.
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h index f35850904..cfc91e72b 100644 --- a/common/util.h +++ b/common/util.h @@ -199,6 +199,12 @@ const char *gnupg_module_name (int which); /*-- gpgrlhelp.c --*/ void gnupg_rl_initialize (void); +/*-- helpfile.c --*/ +char *gnupg_get_help_string (const char *key); + +/*-- localename.c --*/ +const char *gnupg_messages_locale_name (void); + /*-- miscellaneous.c --*/ /* This function is called at startup to tell libgcrypt to use our own |