summaryrefslogtreecommitdiffstats
path: root/pgp.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-08-27 16:13:38 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-08-27 16:13:38 +0000
commit234b078cdacd168648e6e1959a288738d5e39f70 (patch)
tree643b5e799f5953dc401f91b156759023ab6f7abc /pgp.h
parent966265f3218ea6bf287c09f7bac448e6b37ebb1d (diff)
Make $fcc_attach work correctly when sending PGP-encrypted
messages. Hack by Liviu.
Diffstat (limited to 'pgp.h')
-rw-r--r--pgp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pgp.h b/pgp.h
index 06d3be9a..22d747c1 100644
--- a/pgp.h
+++ b/pgp.h
@@ -153,7 +153,9 @@ WHERE short PgpTimeout;
BODY *pgp_decrypt_part (BODY *, STATE *, FILE *);
+BODY *pgp_encrypt_message (BODY *, char *, int);
BODY *pgp_make_key_attachment (char *);
+BODY *pgp_sign_message (BODY *);
const char *pgp_pkalg_to_mic(const char *);
@@ -167,7 +169,7 @@ struct pgp_vinfo *pgp_get_vinfo(enum pgp_ops);
int mutt_check_pgp (HEADER *h);
int mutt_parse_pgp_hdr (char *, int);
-int pgp_protect (HEADER *);
+int pgp_protect (HEADER *, char **);
int pgp_query (BODY *);
int pgp_valid_passphrase (void);