aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-16 08:44:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-12-16 08:44:25 +0000
commit4e782a618a619d1daab03a61b0e093edacbf92fa (patch)
tree48304b344c913d9828053839759cde43f7be1d1e /libsylph/utils.h
parentd6667d16aa4f8b1ebe22226e4c981edfa75b62dd (diff)
ignore case when checking mailing list post.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2396 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 616a87e0..d062041a 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -342,6 +342,8 @@ gint check_line_length (const gchar *str,
gchar *strstr_with_skip_quote (const gchar *haystack,
const gchar *needle);
+gchar *strcasestr_with_skip_quote (const gchar *haystack,
+ const gchar *needle);
gchar *strchr_parenthesis_close (const gchar *str,
gchar op,
gchar cl);