diff options
Diffstat (limited to '')
-rw-r--r-- | src/sys-util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sys-util.h b/src/sys-util.h index 7180fca3..541c5575 100644 --- a/src/sys-util.h +++ b/src/sys-util.h @@ -23,8 +23,13 @@ /*-- {posix,w32}-util.c --*/ int _gpgme_set_default_gpg_name (const char *name); int _gpgme_set_default_gpgconf_name (const char *name); +int _gpgme_set_override_inst_dir (const char *dir); char *_gpgme_get_gpg_path (void); char *_gpgme_get_gpgconf_path (void); +#ifdef HAVE_W32_SYSTEM +const char *_gpgme_get_inst_dir (void); +#endif + #endif /* SYS_UTIL_H */ |