summaryrefslogtreecommitdiff
path: root/src/utils/string.h
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-11 15:37:33 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-11 15:37:33 +0000
commitdf89feecc27df8393a501fa147e1936d33ed7892 (patch)
tree4ca73c5da3c57b075c040bc3e7479f21cac6dd2d /src/utils/string.h
parent6e88372f3f7fe0f89df0ed47bde1024c7afcd546 (diff)
downloadlibhubbub-df89feecc27df8393a501fa147e1936d33ed7892.tar.gz
libhubbub-df89feecc27df8393a501fa147e1936d33ed7892.tar.bz2
Commit hubbub_string_match_ci().
svn path=/trunk/hubbub/; revision=4604
Diffstat (limited to 'src/utils/string.h')
-rw-r--r--src/utils/string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/string.h b/src/utils/string.h
index d6bfe42..cb65493 100644
--- a/src/utils/string.h
+++ b/src/utils/string.h
@@ -13,4 +13,7 @@ bool hubbub_string_starts(const uint8_t *a, size_t a_len,
bool hubbub_string_match(const uint8_t *a, size_t a_len,
const uint8_t *b, size_t b_len);
+bool hubbub_string_match_ci(const uint8_t *a, size_t a_len,
+ const uint8_t *b, size_t b_len);
+
#endif