summaryrefslogtreecommitdiffstats
path: root/lib.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2019-03-10 13:35:26 +0800
committerKevin McCarthy <kevin@8t8.us>2019-03-10 18:18:25 +0800
commitd8d9c5051dd0e78190f19aa04293986d2d5f2347 (patch)
tree6d20d1e0ac34cd3b0c0d0590e3c89c2bb8ccb955 /lib.h
parent34f77eabea3121be181ed3e61ace6aa09c3cdbd9 (diff)
Move mutt_rx_sanitize_string() to muttlib.c
So it can be converted to use BUFFER.
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 5af75ac8..f6b4096f 100644
--- a/lib.h
+++ b/lib.h
@@ -201,7 +201,6 @@ const char *mutt_basename (const char *);
int compare_stat (struct stat *, struct stat *);
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);