diff options
author | Werner Koch <[email protected]> | 2005-01-20 11:42:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-01-20 11:42:03 +0000 |
commit | 5bda87bd6ea9936af2abd3c449fc48dc57549c1f (patch) | |
tree | feefe0d59cbe40eb7952b2f24a22fcf394ca8a27 /g10/main.h | |
parent | * NEWS: Note --rfc2440-text import/export-unusable-sigs and (diff) | |
download | gnupg-5bda87bd6ea9936af2abd3c449fc48dc57549c1f.tar.gz gnupg-5bda87bd6ea9936af2abd3c449fc48dc57549c1f.zip |
* g10.c (i18n_init) [W32]: Pass registry key to gettext
initialization.
* gpgv.c (i18n_init) [W32]: Ditto.
* simple-gettext.c (set_gettext_file): Use MO files depending on
the installation directory. Add new arg REGKEY.
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 429eb6403..bf8543f0e 100644 --- a/g10/main.h +++ b/g10/main.h @@ -122,6 +122,9 @@ char *argsplit(char *string); int parse_options(char *str,unsigned int *options, struct parse_options *opts,int noisy); +char *default_homedir (void); + + /*-- helptext.c --*/ void display_online_help( const char *keyword ); |