X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=crypt.h;h=244d90cf638d25ce8b8ba80336360306b481562e;hb=e2125d3be29ac147fdc79a6bba86f5c7e6da018b;hp=5f78c9f06e45107c1f81498499b13825c472855e;hpb=125a7c903f7928f682cbea847f4436c9dd5b1b4d;p=apps%2Fmadmutt.git diff --git a/crypt.h b/crypt.h index 5f78c9f..244d90c 100644 --- a/crypt.h +++ b/crypt.h @@ -94,9 +94,6 @@ int crypt_pgp_encrypted_handler (BODY * a, STATE * s); /* Check for a traditional PGP message in body B. */ int crypt_pgp_check_traditional (FILE * fp, BODY * b, int tagged_only); -/* Generate a PGP public key attachment. */ -BODY *crypt_pgp_make_key_attachment (char *tempf); - /* fixme: needs documentation */ void crypt_pgp_extract_keys_from_attachment_list (FILE * fp, int tag, BODY * top);