summaryrefslogtreecommitdiffstats
path: root/pgp.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-07 11:47:26 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-07 11:47:26 +0000
commit12004c0e7a91721f115d52f449adff93d030b2a4 (patch)
tree88315b3c2ed58cd491bffb4739f7242677a5be94 /pgp.h
parent5ee262734e576feaa5ceaad562e27c95fc2e4eee (diff)
Introducing decrypt-save, decrypt-copy, and
$forw{ard,}-decrypt. Based on work by Emil Laurentiu.
Diffstat (limited to 'pgp.h')
-rw-r--r--pgp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pgp.h b/pgp.h
index 1bf98d06..5a69f32a 100644
--- a/pgp.h
+++ b/pgp.h
@@ -166,6 +166,9 @@ struct pgp_vinfo *pgp_get_vinfo(enum pgp_ops);
int mutt_check_pgp (HEADER *h);
int mutt_parse_pgp_hdr (char *, int);
+int mutt_is_pgp_subtype(const char *);
+
+int pgp_decrypt_mime (FILE *, FILE **, BODY *, BODY **);
int pgp_get_keys (HEADER *, char **);
int pgp_protect (HEADER *, char *);
int pgp_query (BODY *);