From d2b8fd13b03503a259275387f07210aaf27e8d9a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 Sep 2022 04:59:03 +0200 Subject: get attributes with node instead --- include/quickmedia/HtmlSearch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/quickmedia') 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. -- cgit v1.2.3