ADDRESS -> address_t
[apps/madmutt.git] / crypt-mod-smime-classic.c
index 95acdb7..6a2483a 100644 (file)
@@ -38,8 +38,8 @@ static int crypt_mod_smime_application_handler (BODY * m, STATE * s)
   return smime_application_smime_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_findKeys (to, cc, bcc);
 }