aboutsummaryrefslogtreecommitdiff
path: root/include/HtmlParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/HtmlParser.h')
-rw-r--r--include/HtmlParser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/HtmlParser.h b/include/HtmlParser.h
index 1e23d0d..87a3aa3 100644
--- a/include/HtmlParser.h
+++ b/include/HtmlParser.h
@@ -65,6 +65,9 @@ struct HtmlParser {
*/
int html_parser_parse(const char *html_source, size_t len, HtmlParseCallback parse_callback, void *userdata);
+/* Returns 1 if equals */
+int html_string_view_equals_case_insensitive(HtmlStringView *self, HtmlStringView *other);
+
#ifdef __cplusplus
}
#endif