diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/quickmedia/HtmlSearch.h | 2 |
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. |