diff options
Diffstat (limited to 'g10/call-dirmngr.h')
-rw-r--r-- | g10/call-dirmngr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-dirmngr.h b/g10/call-dirmngr.h index 95a8c4a3b..285c4cb4d 100644 --- a/g10/call-dirmngr.h +++ b/g10/call-dirmngr.h @@ -41,7 +41,7 @@ gpg_error_t gpg_dirmngr_get_pka (ctrl_t ctrl, const char *userid, unsigned char **r_fpr, size_t *r_fprlen, char **r_url); gpg_error_t gpg_dirmngr_wkd_get (ctrl_t ctrl, const char *name, int quick, - estream_t *r_key); + estream_t *r_key, char **r_url); #endif /*GNUPG_G10_CALL_DIRMNGR_H*/ |