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/posix-util.c | |
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 '')
-rw-r--r-- | src/posix-util.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/posix-util.c b/src/posix-util.c index f7e0a171..0fce5c29 100644 --- a/src/posix-util.c +++ b/src/posix-util.c @@ -71,6 +71,15 @@ _gpgme_set_default_gpgconf_name (const char *name) } +/* Dummy function - see w32-util.c for the actual code. */ +int +_gpgme_set_override_inst_dir (const char *dir) +{ + (void)dir; + return 0; +} + + /* Find an executable program PGM along the envvar PATH. */ static char * walk_path (const char *pgm) |