summaryrefslogtreecommitdiff
path: root/include/dom/html/html_html_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/html/html_html_element.h')
-rw-r--r--include/dom/html/html_html_element.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dom/html/html_html_element.h b/include/dom/html/html_html_element.h
index 80ef6af..5593daa 100644
--- a/include/dom/html/html_html_element.h
+++ b/include/dom/html/html_html_element.h
@@ -8,7 +8,15 @@
#ifndef dom_html_html_element_h_
#define dom_html_html_element_h_
+#include <dom/html/html_element.h>
+
typedef struct dom_html_html_element dom_html_html_element;
+dom_exception dom_html_html_element_get_version(
+ struct dom_html_html_element *element, dom_string **version);
+dom_exception dom_html_html_element_set_version(
+ struct dom_html_html_element *element, dom_string *version);
+
+
#endif