summaryrefslogtreecommitdiff
path: root/src/html/html_quote_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_quote_element.h')
-rw-r--r--src/html/html_quote_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/html_quote_element.h b/src/html/html_quote_element.h
index a8bfbb2..ee79ee1 100644
--- a/src/html/html_quote_element.h
+++ b/src/html/html_quote_element.h
@@ -20,12 +20,12 @@ struct dom_html_quote_element {
/* Create a dom_html_quote_element object */
dom_exception _dom_html_quote_element_create(struct dom_html_document *doc,
- dom_string *namespace, dom_string *prefix,
+ dom_string *tag_name, dom_string *namespace, dom_string *prefix,
struct dom_html_quote_element **ele);
/* Initialise a dom_html_quote_element object */
dom_exception _dom_html_quote_element_initialise(struct dom_html_document *doc,
- dom_string *namespace, dom_string *prefix,
+ dom_string *tag_name, dom_string *namespace, dom_string *prefix,
struct dom_html_quote_element *ele);
/* Finalise a dom_html_quote_element object */