X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt-gpgme.h;h=c630053b1b10a914096743cffc262e665d5a8bf2;hp=3dc4b051157a55f5be89d2052b5e91494a8f474e;hb=c228dbc78fa40b09da8bcf5c1650d6006c389ce4;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/crypt-gpgme.h b/crypt-gpgme.h index 3dc4b05..c630053 100644 --- a/crypt-gpgme.h +++ b/crypt-gpgme.h @@ -28,9 +28,9 @@ int smime_gpgme_decrypt_mime (FILE * fpin, FILE ** fpout, BODY * b, int pgp_gpgme_check_traditional (FILE * fp, BODY * b, int tagged_only); -void pgp_gpgme_application_handler (BODY * m, STATE * s); -void smime_gpgme_application_handler (BODY * a, STATE * s); -void pgp_gpgme_encrypted_handler (BODY * a, STATE * s); +int pgp_gpgme_application_handler (BODY * m, STATE * s); +int smime_gpgme_application_handler (BODY * a, STATE * s); +int pgp_gpgme_encrypted_handler (BODY * a, STATE * s); BODY *pgp_gpgme_make_key_attachment (char *tempf); @@ -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);