X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fcrypt.h;h=274fbfaac201b6d23b53c7eebe4ba48f02c140b9;hb=676b896e26b7aeef16d95aba7a5ea9322d2dc6e1;hp=2b9434c03f36a7f281980ad46f09a19dacca3f29;hpb=4761fa78a6dfc9437caa6e6e0aac806e50e01c83;p=apps%2Fmadmutt.git diff --git a/lib-crypt/crypt.h b/lib-crypt/crypt.h index 2b9434c..274fbfa 100644 --- a/lib-crypt/crypt.h +++ b/lib-crypt/crypt.h @@ -16,14 +16,13 @@ #ifndef MUTT_CRYPT_H #define MUTT_CRYPT_H -#include "mutt.h" /* Need this to declare BODY, address_t. STATE etc. */ +#include #include "state.h" /* FIXME: They should be pointer to anonymous structures for better information hiding. */ - #define ENCRYPT (1 << 0) #define SIGN (1 << 1) #define GOODSIGN (1 << 2) @@ -83,23 +82,13 @@ typedef struct pgp_keyinfo *pgp_key_t; int mutt_protect (HEADER *, char *); -int mutt_is_multipart_encrypted (BODY *); - -int mutt_is_multipart_signed (BODY *); - -int mutt_is_application_pgp (BODY *); - -int mutt_is_application_smime (BODY *); - int mutt_signed_handler (BODY *, STATE *); int mutt_parse_crypt_hdr (char *, int); - void convert_to_7bit (BODY *); - /*-- crypt.c --*/ /* Print the current time. */