X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-gpgme.h;h=74e5a382c87bb66ae8554aee13b39d5f7ac4e58e;hp=c630053b1b10a914096743cffc262e665d5a8bf2;hb=daf6df95bfcc7efc888b488a825e467268f20d3c;hpb=fa2fd1900f206da4bb975b5ece50ee29f5bd8a75 diff --git a/crypt-gpgme.h b/crypt-gpgme.h index c630053..74e5a38 100644 --- a/crypt-gpgme.h +++ b/crypt-gpgme.h @@ -10,13 +10,13 @@ #ifndef CRYPT_GPGME_H #define CRYPT_GPGME_H -#include "mutt_crypt.h" +#include void pgp_gpgme_init (void); void smime_gpgme_init (void); -char *pgp_gpgme_findkeys (ADDRESS * to, ADDRESS * cc, ADDRESS * bcc); -char *smime_gpgme_findkeys (ADDRESS * to, ADDRESS * cc, ADDRESS * bcc); +char *pgp_gpgme_findkeys (address_t * to, address_t * cc, address_t * bcc); +char *smime_gpgme_findkeys (address_t * to, address_t * cc, address_t * bcc); BODY *pgp_gpgme_encrypt_message (BODY * a, char *keylist, int sign); BODY *smime_gpgme_build_smime_entity (BODY * a, char *keylist);