drop the builtin so called editor and the mailx feature we really dont
[apps/madmutt.git] / crypt-mod-smime-gpgme.c
index 601d96a..31e882f 100644 (file)
@@ -17,7 +17,7 @@
 
 #ifdef CRYPT_BACKEND_GPGME
 
-#include "crypt-mod.h"
+#include <lib-crypt/crypt-mod.h>
 #include "crypt-gpgme.h"
 
 static void crypt_mod_smime_init (void)
@@ -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);
 }