X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fpgp.h;h=86fba308986dc1af138a54287b7bb86f35c729eb;hp=1b544ee454afc8bc702ea401a87114b21dda9c8e;hb=82589516e2473b5451218d7b00a9dfbc3e18f3ca;hpb=a16b0e24a0e811e35943c9f2d553a02d156d4961 diff --git a/lib-crypt/pgp.h b/lib-crypt/pgp.h index 1b544ee..86fba30 100644 --- a/lib-crypt/pgp.h +++ b/lib-crypt/pgp.h @@ -10,8 +10,6 @@ */ #include "crypt.h" -#include "pgplib.h" - /* prototypes */ @@ -40,13 +38,9 @@ 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. */