summaryrefslogtreecommitdiff
path: root/src/html/html_element.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_element.c')
-rw-r--r--src/html/html_element.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/html_element.c b/src/html/html_element.c
index decf955..3552c67 100644
--- a/src/html/html_element.c
+++ b/src/html/html_element.c
@@ -71,7 +71,7 @@ dom_exception _dom_html_element_copy(struct dom_node_internal *new,
/* API functions */
dom_exception _dom_html_element_get_id(dom_html_element *element,
- struct dom_string **id)
+ dom_string **id)
{
dom_exception ret;
dom_document *doc;
@@ -94,7 +94,7 @@ dom_exception _dom_html_element_get_id(dom_html_element *element,
}
dom_exception _dom_html_element_set_id(dom_html_element *element,
- struct dom_string *id)
+ dom_string *id)
{
dom_exception ret;
dom_document *doc;