diff options
Diffstat (limited to 'src/sys-util.h')
| -rw-r--r-- | src/sys-util.h | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/src/sys-util.h b/src/sys-util.h index f6506d33..3686f897 100644 --- a/src/sys-util.h +++ b/src/sys-util.h @@ -21,9 +21,7 @@  #define SYS_UTIL_H  /*-- {posix,w32}-util.c --*/ -const char *_gpgme_get_gpg_path (void); -const char *_gpgme_get_gpgsm_path (void); -const char *_gpgme_get_gpgconf_path (void); -const char *_gpgme_get_g13_path (void); +char *_gpgme_get_gpg_path (void); +char *_gpgme_get_gpgconf_path (void);  #endif /* SYS_UTIL_H */ | 
