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
commit7783b83d261de624ea7a74d4d8c12f085ea8cc91 (patch)
tree611bc7db26cecf9570cc71aa41f6a56fbd19c873 /src/html/html_form_element.h
parentbe6a4a5ca86d5b0c21b90fa758a5c3c7ce67ae19 (diff)
downloadlibdom-7783b83d261de624ea7a74d4d8c12f085ea8cc91.tar.gz
libdom-7783b83d261de624ea7a74d4d8c12f085ea8cc91.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 */