X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.h;fp=crypt.h;h=0251623897c90497c83cfd0074489347278421cd;hp=244d90cf638d25ce8b8ba80336360306b481562e;hb=8d0d7180fa5c7862e74027b497adab1f427f0020;hpb=9b87576a7ebf2e52a7ca6a0e2dba12fa24bd34dd diff --git a/crypt.h b/crypt.h index 244d90c..0251623 100644 --- a/crypt.h +++ b/crypt.h @@ -78,10 +78,6 @@ void crypt_extract_keys_from_messages (HEADER * h); Return the list of keys in KEYLIST. */ int crypt_get_keys (HEADER * msg, char **keylist); - -/* Show a message that a backend will be invoked. */ -void crypt_invoke_message (int type); - /* Decrypt a PGP/MIME message. */ int crypt_pgp_decrypt_mime (FILE * a, FILE ** b, BODY * c, BODY ** d);