summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-05-16 15:23:02 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-05-16 15:23:02 +0000
commit8f38f9eaf6f1ef5236c25fae27ff0fed5cb31755 (patch)
treed1c01c33d7313665cf4f4252c38c8b5b8aff928f /lib.h
parent96d10b9a31b3de49fa5237975050470e1ee75a24 (diff)
mutt_expand_path is now able to escape special characters for use in
regular expressions. This is needed to make folder-hooks work like intended.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 90b72290..8fb13d8e 100644
--- a/lib.h
+++ b/lib.h
@@ -103,6 +103,7 @@ const char *mutt_stristr (const char *, const char *);
int mutt_copy_stream (FILE *, FILE *);
int mutt_copy_bytes (FILE *, FILE *, size_t);
+int mutt_rx_sanitize_string (char *, size_t, const char *);
int mutt_strcasecmp (const char *, const char *);
int mutt_strcmp (const char *, const char *);
int mutt_strncasecmp (const char *, const char *, size_t);