summaryrefslogtreecommitdiff
path: root/src/html/html_mod_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_mod_element.h')
-rw-r--r--src/html/html_mod_element.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/html/html_mod_element.h b/src/html/html_mod_element.h
index 9df07d5..0e4c49e 100644
--- a/src/html/html_mod_element.h
+++ b/src/html/html_mod_element.h
@@ -19,13 +19,13 @@ struct dom_html_mod_element {
};
/* Create a dom_html_mod_element object */
-dom_exception _dom_html_mod_element_create(struct dom_html_document *doc,
- dom_string *tag_name, dom_string *namespace,
- dom_string *prefix, struct dom_html_mod_element **ele);
+dom_exception _dom_html_mod_element_create(
+ struct dom_html_element_create_params *params,
+ struct dom_html_mod_element **ele);
/* Initialise a dom_html_mod_element object */
-dom_exception _dom_html_mod_element_initialise(struct dom_html_document *doc,
- dom_string *tag_name, dom_string *namespace, dom_string *prefix,
+dom_exception _dom_html_mod_element_initialise(
+ struct dom_html_element_create_params *params,
struct dom_html_mod_element *ele);
/* Finalise a dom_html_mod_element object */