X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-mod-pgp-classic.c;h=c6c417f551bded0a0fadcbb61ddd5eb62aa4bc2f;hp=ae826635fdba1b178c7eeb476c756f14c2ff2916;hb=99a84f88c0acee0c46e9525684b5187d4192168b;hpb=f5b0e714a215eddd4d9f8084b434b713f0a580b4 diff --git a/crypt-mod-pgp-classic.c b/crypt-mod-pgp-classic.c index ae82663..c6c417f 100644 --- a/crypt-mod-pgp-classic.c +++ b/crypt-mod-pgp-classic.c @@ -38,8 +38,8 @@ static int crypt_mod_pgp_application_handler (BODY * m, STATE * s) return pgp_application_pgp_handler (m, s); } -static char *crypt_mod_pgp_findkeys (ADDRESS * to, ADDRESS * cc, - ADDRESS * bcc) +static char *crypt_mod_pgp_findkeys (address_t * to, address_t * cc, + address_t * bcc) { return pgp_findKeys (to, cc, bcc); } @@ -87,7 +87,7 @@ static int crypt_mod_pgp_encrypted_handler (BODY * m, STATE * s) return pgp_encrypted_handler (m, s); } -static void crypt_mod_pgp_invoke_getkeys (ADDRESS * addr) +static void crypt_mod_pgp_invoke_getkeys (address_t * addr) { pgp_invoke_getkeys (addr); }