More simplification and prototype hiding
[apps/madmutt.git] / crypt.h
diff --git a/crypt.h b/crypt.h
index 12acc61..e6db9b7 100644 (file)
--- a/crypt.h
+++ b/crypt.h
 
 #define KEYFLAG_ABILITIES (KEYFLAG_CANSIGN|KEYFLAG_CANENCRYPT|KEYFLAG_PREFER_ENCRYPTION|KEYFLAG_PREFER_SIGNING)
 
-/*-- new API --*/
-
-void crypt_invoke_import(FILE *stream, int smime);
 int crypt_send_menu(HEADER *msg, int *redraw, int smime);
-int crypt_verify_one(BODY *, STATE *s, FILE *fp, int smime);
-
-
-/*-- crypt.c --*/
-
 int mutt_protect (HEADER *, char *);
 int mutt_signed_handler (BODY *, STATE *);
 int mutt_parse_crypt_hdr (char *, int);
-void convert_to_7bit (BODY *);
 
 /* Check out the type of encryption used and set the cached status
    values if there are any. */
@@ -107,13 +98,6 @@ int crypt_pgp_check_traditional (FILE * fp, BODY * b, int tagged_only);
 /* Generate a PGP public key attachment. */
 BODY *crypt_pgp_make_key_attachment (char *tempf);
 
-/* Create a new body with a PGP signed message from A. */
-BODY *crypt_pgp_sign_message (BODY * a);
-
-/* Warning: A is no longer freed in this routine, you need to free it
-   later.  This is necessary for $fcc_attach. */
-BODY *crypt_pgp_encrypt_message (BODY * a, char *keylist, int sign);
-
 /* fixme: needs documentation */
 void crypt_pgp_extract_keys_from_attachment_list (FILE * fp, int tag,
                                                   BODY * top);
@@ -131,10 +115,4 @@ void crypt_smime_getkeys (ENVELOPE * env);
 /* Check that the sender matches. */
 int crypt_smime_verify_sender (HEADER * h);
 
-/* fixme: Needs documentation. */
-BODY *crypt_smime_sign_message (BODY * a);
-
-/* fixme: needs documentation. */
-BODY *crypt_smime_build_smime_entity (BODY * a, char *certlist);
-
 #endif /*MUTT_CRYPT_H */