X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fpgp.h;h=86fba308986dc1af138a54287b7bb86f35c729eb;hb=6d2a5b1e45ea9606d27a23c068bd4e8e5f94f341;hp=db5f59b5078d9e3d76af66f038c799ebe8cca133;hpb=108f3c7ab59844591f7540347914ea57be5245e2;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgp.h b/lib-crypt/pgp.h index db5f59b..86fba30 100644 --- a/lib-crypt/pgp.h +++ b/lib-crypt/pgp.h @@ -10,8 +10,6 @@ */ #include "crypt.h" -#include "pgplib.h" - /* prototypes */ @@ -36,17 +34,13 @@ int pgp_decrypt_mime (FILE *, FILE **, BODY *, BODY **); pgp_key_t pgp_ask_for_key (char *, char *, short, pgp_ring_t); pgp_key_t pgp_get_candidates (pgp_ring_t, string_list_t *); pgp_key_t pgp_getkeybyaddr (address_t *, short, pgp_ring_t); -pgp_key_t pgp_getkeybystr (char *, short, pgp_ring_t); +pgp_key_t pgp_getkeybystr (const char *, short, pgp_ring_t); char *pgp_findKeys (address_t * to, address_t * cc, address_t * bcc); -void pgp_forget_passphrase (void); int pgp_application_pgp_handler (BODY *, STATE *); int pgp_encrypted_handler (BODY *, STATE *); void pgp_extract_keys_from_attachment_list (FILE * fp, int tag, BODY * top); -void pgp_void_passphrase (void); -int pgp_valid_passphrase (void); - /* The PGP invocation interface - not really beautiful. */