summaryrefslogtreecommitdiff
path: root/include/dom/html/html_head_element.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/html/html_head_element.h')
-rw-r--r--include/dom/html/html_head_element.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/dom/html/html_head_element.h b/include/dom/html/html_head_element.h
index e00fc19..cb10358 100644
--- a/include/dom/html/html_head_element.h
+++ b/include/dom/html/html_head_element.h
@@ -8,7 +8,14 @@
#ifndef dom_html_head_element_h_
#define dom_html_head_element_h_
+#include <dom/html/html_element.h>
+
typedef struct dom_html_head_element dom_html_head_element;
+dom_exception dom_html_head_element_get_profile(
+ struct dom_html_head_element *element, dom_string **profile);
+dom_exception dom_html_head_element_set_profile(
+ struct dom_html_head_element *element, dom_string *profile);
+
#endif