diff options
Diffstat (limited to 'gpgme/gpgme.h')
-rw-r--r-- | gpgme/gpgme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgme/gpgme.h b/gpgme/gpgme.h index 33ae45d0..9fcd406b 100644 --- a/gpgme/gpgme.h +++ b/gpgme/gpgme.h @@ -160,7 +160,7 @@ typedef enum { } GpgmeProtocol; typedef const char *(*GpgmePassphraseCb)(void*, - const char *desc, void *r_hd); + const char *desc, void **r_hd); typedef void (*GpgmeProgressCb)(void *opaque, const char *what, int type, int current, int total ); |