add support for import key from gpgme as well !
[apps/madmutt.git] / lib-crypt / crypt-gpgme.h
index 74e5a38..45f9145 100644 (file)
@@ -44,5 +44,7 @@ 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);
+void pgp_gpgme_invoke_import(const char *fname);
+void pgp_gpgme_from_attachment_list (FILE * fp, int tag, BODY * top);
 
 #endif