summaryrefslogtreecommitdiff
path: root/src/html/html_form_element.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 16:28:04 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 16:29:28 +0100
commit3ef2a1413de900aa096887bfbf7e6447c41c668a (patch)
tree611bc7db26cecf9570cc71aa41f6a56fbd19c873 /src/html/html_form_element.h
parentaa8a5b2dc324a9c25f3cde9316060d0c411ca4c2 (diff)
downloadlibdom-3ef2a1413de900aa096887bfbf7e6447c41c668a.tar.gz
libdom-3ef2a1413de900aa096887bfbf7e6447c41c668a.tar.bz2
HTMLFormElement: Initial support, 2 tests now pass
Diffstat (limited to 'src/html/html_form_element.h')
-rw-r--r--src/html/html_form_element.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/html/html_form_element.h b/src/html/html_form_element.h
index dbf6267..1ee9878 100644
--- a/src/html/html_form_element.h
+++ b/src/html/html_form_element.h
@@ -23,10 +23,12 @@ struct dom_html_form_element {
/* Create a dom_html_form_element object */
dom_exception _dom_html_form_element_create(struct dom_html_document *doc,
+ dom_string *namespace, dom_string *prefix,
struct dom_html_form_element **ele);
/* Initialise a dom_html_form_element object */
dom_exception _dom_html_form_element_initialise(struct dom_html_document *doc,
+ dom_string *namespace, dom_string *prefix,
struct dom_html_form_element *ele);
/* Finalise a dom_html_form_element object */