diff options
Diffstat (limited to 'src/sys-util.h')
-rw-r--r-- | src/sys-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sys-util.h b/src/sys-util.h index 3686f897..7180fca3 100644 --- a/src/sys-util.h +++ b/src/sys-util.h @@ -21,6 +21,9 @@ #define SYS_UTIL_H /*-- {posix,w32}-util.c --*/ +int _gpgme_set_default_gpg_name (const char *name); +int _gpgme_set_default_gpgconf_name (const char *name); + char *_gpgme_get_gpg_path (void); char *_gpgme_get_gpgconf_path (void); |