X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-mod-smime-gpgme.c;h=fdf391bee22e1cde01a922605384a1bf98387474;hp=601d96aaee9a9df8b8640cd21cbb1e47c856f67d;hb=3c3c535e5ed1d651c6024b5acf670e217af473f7;hpb=f5b0e714a215eddd4d9f8084b434b713f0a580b4 diff --git a/crypt-mod-smime-gpgme.c b/crypt-mod-smime-gpgme.c index 601d96a..fdf391b 100644 --- a/crypt-mod-smime-gpgme.c +++ b/crypt-mod-smime-gpgme.c @@ -47,8 +47,8 @@ static int crypt_mod_smime_application_handler (BODY * m, STATE * s) return smime_gpgme_application_handler (m, s); } -static char *crypt_mod_smime_findkeys (ADDRESS * to, ADDRESS * cc, - ADDRESS * bcc) +static char *crypt_mod_smime_findkeys (address_t * to, address_t * cc, + address_t * bcc) { return smime_gpgme_findkeys (to, cc, bcc); }