X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fcrypt.h;h=f9dc9a7e0141017ab9f89f53e9e3a24360a9f24a;hb=27c3007f2cfb52db5a357eaa2a8313a5ab03c93d;hp=274fbfaac201b6d23b53c7eebe4ba48f02c140b9;hpb=a0aa4a45870f1607e8b41760866071692675c84d;p=apps%2Fmadmutt.git diff --git a/lib-crypt/crypt.h b/lib-crypt/crypt.h index 274fbfa..f9dc9a7 100644 --- a/lib-crypt/crypt.h +++ b/lib-crypt/crypt.h @@ -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 --*/