well this makes things fail for people ...
[apps/madmutt.git] / crypt.h
diff --git a/crypt.h b/crypt.h
index 244d90c..0251623 100644 (file)
--- 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);