diff options
| author | Justus Winter <[email protected]> | 2016-05-10 11:03:34 +0000 | 
|---|---|---|
| committer | Justus Winter <[email protected]> | 2016-05-10 11:03:34 +0000 | 
| commit | f531608539b45f0bbd036f430943b390ec21aa65 (patch) | |
| tree | 56cf3f4db0c38e668645668ebb3dec418bed77a5 /src/sys-util.h | |
| parent | More GTK2 removal (diff) | |
| parent | Allow cc to detect missing cases in a switch. (diff) | |
| download | gpgme-f531608539b45f0bbd036f430943b390ec21aa65.tar.gz gpgme-f531608539b45f0bbd036f430943b390ec21aa65.zip | |
Merge branch 'master' into justus/pyme3
Diffstat (limited to 'src/sys-util.h')
| -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 */ | 
