summaryrefslogtreecommitdiffstats
path: root/pgp.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-16 11:18:51 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-16 11:18:51 +0000
commit2db1975e94f9bff331f2dde78ea2837b28a3b816 (patch)
tree9fef091c8d7ac857e167d7a489a5a8ac5c74177d /pgp.h
parent1a7ec5c051d1d9ba5c9b5d28b0420d3878a54c26 (diff)
Removing some duplicate code from gnupgparse.c and
pgppubring.c.
Diffstat (limited to 'pgp.h')
-rw-r--r--pgp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pgp.h b/pgp.h
index e96b2fb6..06d3be9a 100644
--- a/pgp.h
+++ b/pgp.h
@@ -187,6 +187,11 @@ void pgp_extract_keys_from_messages(HEADER *hdr);
void pgp_signed_handler (BODY *, STATE *);
void pgp_void_passphrase (void);
+short pgp_canencrypt(unsigned char);
+short pgp_cansign(unsigned char);
+short pgp_get_abilities(unsigned char);
+const char *pgp_pkalgbytype(unsigned char);
+
#define pgp_secring(a) pgp_getring(a, 0)
#define pgp_pubring(a) pgp_getring(a, 1)