summaryrefslogtreecommitdiff
path: root/src/html/html_element.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 23:28:32 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-04-07 23:28:32 +0000
commit4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43 (patch)
tree545dfc0006eeddcd000a1071c7c62afe3e47e5b5 /src/html/html_element.h
parentd24960dac782ef8e54ed91692f6aec1dd6d08bc1 (diff)
downloadlibdom-4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43.tar.gz
libdom-4ade8ad1c7b23e6eeeee6681acbdb43fb10cab43.tar.bz2
s/struct dom_string/dom_string/g
svn path=/trunk/libdom/; revision=12172
Diffstat (limited to 'src/html/html_element.h')
-rw-r--r--src/html/html_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/html_element.h b/src/html/html_element.h
index d0691d6..2a433a8 100644
--- a/src/html/html_element.h
+++ b/src/html/html_element.h
@@ -43,9 +43,9 @@ dom_exception _dom_html_element_copy(struct dom_node_internal *new,
/* The API functions */
dom_exception _dom_html_element_get_id(dom_html_element *element,
- struct dom_string **id);
+ dom_string **id);
dom_exception _dom_html_element_set_id(dom_html_element *element,
- struct dom_string *id);
+ dom_string *id);
/* Some common functions used by all child classes */
dom_exception dom_html_element_get_bool_property(dom_html_element *ele,