streamline headers
[apps/madmutt.git] / crypt.h
diff --git a/crypt.h b/crypt.h
index e6db9b7..5f78c9f 100644 (file)
--- a/crypt.h
+++ b/crypt.h
@@ -18,6 +18,7 @@
 
 #include <lib-mime/mime.h>
 #include "state.h"
+#include "crypt.li"
 
 #define ENCRYPT    (1 << 0)
 #define SIGN       (1 << 1)
@@ -63,6 +64,7 @@ int crypt_send_menu(HEADER *msg, int *redraw, int smime);
 int mutt_protect (HEADER *, char *);
 int mutt_signed_handler (BODY *, STATE *);
 int mutt_parse_crypt_hdr (char *, int);
+int mutt_check_traditional_pgp (HEADER *, int *);
 
 /* Check out the type of encryption used and set the cached status
    values if there are any. */
@@ -89,9 +91,6 @@ int crypt_pgp_application_pgp_handler (BODY * m, STATE * s);
 /* MIME handler for an PGP/MIME encrypted message. */
 int crypt_pgp_encrypted_handler (BODY * a, STATE * s);
 
-/* fixme: needs documentation. */
-void crypt_pgp_invoke_getkeys (address_t * addr);
-
 /* Check for a traditional PGP message in body B. */
 int crypt_pgp_check_traditional (FILE * fp, BODY * b, int tagged_only);
 
@@ -109,9 +108,6 @@ int crypt_smime_decrypt_mime (FILE * a, FILE ** b, BODY * c, BODY ** d);
 /* MIME handler for the application/smime content-type. */
 int crypt_smime_application_smime_handler (BODY * m, STATE * s);
 
-/* fixme: Needs documentation. */
-void crypt_smime_getkeys (ENVELOPE * env);
-
 /* Check that the sender matches. */
 int crypt_smime_verify_sender (HEADER * h);