summaryrefslogtreecommitdiffstats
path: root/mutt_crypt.h
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2012-12-18 13:50:20 -0800
committerMichael Elkins <me@sigpipe.org>2012-12-18 13:50:20 -0800
commit90eb6a39d4d977d85b3d9ab04f0792e22fa655a1 (patch)
treedd64b99e62fcaf91f64969de619cdcc3fa0b2fa9 /mutt_crypt.h
parent30831a33248f14718e200eb4548f9c5f73ca2b05 (diff)
rename iswsp() to is_email_wsp()
add new inline funtion skip_email_wsp() to be used in lieu of SKIPWS() when parsing ASCII protocols rather than user input. change use of SKIPWS() to skip_email_wsp() in places where it is likely to be a problem.
Diffstat (limited to 'mutt_crypt.h')
-rw-r--r--mutt_crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt_crypt.h b/mutt_crypt.h
index db152b02..c9fcd893 100644
--- a/mutt_crypt.h
+++ b/mutt_crypt.h
@@ -119,7 +119,7 @@ int mutt_is_application_smime (BODY *);
int mutt_signed_handler (BODY *, STATE *);
-int mutt_parse_crypt_hdr (char *, int, int);
+int mutt_parse_crypt_hdr (const char *, int, int);
void convert_to_7bit (BODY *);