summaryrefslogtreecommitdiff
path: root/src/html/html_isindex_element.h
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-10 20:17:18 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-18 04:05:05 +0530
commitd293e6e7ffdc9224ffba9593f4cc8f73701f2cd5 (patch)
treea620d0d2f56db44778157ac7925b2b8fa9899e5b /src/html/html_isindex_element.h
parent8045b5015b9f8680cee1489c64b80ad55485eb68 (diff)
downloadlibdom-d293e6e7ffdc9224ffba9593f4cc8f73701f2cd5.tar.gz
libdom-d293e6e7ffdc9224ffba9593f4cc8f73701f2cd5.tar.bz2
This tag gave me a headache for a day or two :P. The problem is that the parser isnt handling the isindex element properly. I have left this tag incomplete right now. Will look at it later on.
Diffstat (limited to 'src/html/html_isindex_element.h')
-rw-r--r--src/html/html_isindex_element.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/html_isindex_element.h b/src/html/html_isindex_element.h
index 12ad26e..a39170b 100644
--- a/src/html/html_isindex_element.h
+++ b/src/html/html_isindex_element.h
@@ -19,12 +19,12 @@ struct dom_html_isindex_element {
/* Create a dom_html_isindex_element object */
dom_exception _dom_html_isindex_element_create(struct dom_html_document *doc,
- struct dom_html_form_element *form,
+ dom_string *namespace, dom_string *prefix,
struct dom_html_isindex_element **ele);
/* Initialise a dom_html_isindex_element object */
dom_exception _dom_html_isindex_element_initialise(struct dom_html_document *doc,
- struct dom_html_form_element *form,
+ dom_string *namespace, dom_string *prefix,
struct dom_html_isindex_element *ele);
/* Finalise a dom_html_isindex_element object */