X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-gpgme.h;h=74e5a382c87bb66ae8554aee13b39d5f7ac4e58e;hp=abe3487b1747285fc159ad7880e3708feab0449a;hb=50c675dd588194577627503a2416df20c710bf51;hpb=f5b0e714a215eddd4d9f8084b434b713f0a580b4 diff --git a/crypt-gpgme.h b/crypt-gpgme.h index abe3487..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); @@ -40,6 +40,8 @@ BODY *smime_gpgme_sign_message (BODY * a); int pgp_gpgme_verify_one (BODY * sigbdy, STATE * s, const char *tempfile); int smime_gpgme_verify_one (BODY * sigbdy, STATE * s, const char *tempfile); +int smime_gpgme_verify_sender (HEADER* h); + int pgp_gpgme_send_menu (HEADER * msg, int *redraw); int smime_gpgme_send_menu (HEADER * msg, int *redraw);