aboutsummaryrefslogtreecommitdiff
path: root/include/quickmedia/HtmlSearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/quickmedia/HtmlSearch.h')
-rw-r--r--include/quickmedia/HtmlSearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/quickmedia/HtmlSearch.h b/include/quickmedia/HtmlSearch.h
index c0bd17c..e2b0ecc 100644
--- a/include/quickmedia/HtmlSearch.h
+++ b/include/quickmedia/HtmlSearch.h
@@ -55,7 +55,7 @@ typedef struct {
The result is stripped of whitespace on the left and right side.
Case insensitive search.
*/
-QuickMediaStringView quickmedia_html_node_get_attribute_value(QuickMediaMatchNode *self, const char *attribute_name);
+QuickMediaStringView quickmedia_html_node_get_attribute_value(QuickMediaHtmlNode *self, const char *attribute_name);
/*
Returns an empty string if the node doesn't have any text or if there was an error creating the text.