Even remove more code.
[apps/madmutt.git] / lib-crypt / pgp.h
index 669fc4e..86fba30 100644 (file)
@@ -38,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. */