Use m_tempfile instead of mutt_mktemp
[apps/madmutt.git] / lib-crypt / crypt.h
index 274fbfa..f9dc9a7 100644 (file)
@@ -112,11 +112,6 @@ void crypt_forget_passphrase (void);
 /* Check that we have a usable passphrase, ask if not. */
 int crypt_valid_passphrase (int);
 
-/* Write the message body/part A described by state S to a the given
-   TEMPFILE.  */
-int crypt_write_signed (BODY * a, STATE * s, const char *tempf);
-
-
 
 /*-- cryptglue.c --*/