summaryrefslogtreecommitdiffstats
path: root/pgp.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-10-20 14:06:24 +0800
committerKevin McCarthy <kevin@8t8.us>2019-10-20 15:08:06 +0800
commit15f89f8e6b4a2388065c09665813e95c9464db3e (patch)
tree766756bb921b1d38d75340eca848fd8521413ffd /pgp.h
parente3408a0032d0f25d503ca6dfcdfcd161ad5bcd74 (diff)
Remove make_key_attachment parameter.
The parameter is not actually used anywhere. The next commit will convert the classic pgp implementation to use the buffer pool. This change will simplify the logic.
Diffstat (limited to 'pgp.h')
-rw-r--r--pgp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgp.h b/pgp.h
index 223e5c20..a62e251a 100644
--- a/pgp.h
+++ b/pgp.h
@@ -30,7 +30,7 @@ int pgp_use_gpg_agent(void);
int pgp_check_traditional (FILE *, BODY *, int);
BODY *pgp_decrypt_part (BODY *, STATE *, FILE *, BODY *);
-BODY *pgp_make_key_attachment (char *);
+BODY *pgp_make_key_attachment (void);
const char *pgp_micalg (const char *fname);
char *_pgp_keyid (pgp_key_t);