summaryrefslogtreecommitdiff
path: root/src/html/html_options_collection.h
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 22:21:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 22:21:26 +0100
commit146bda077e00e3feffc3748af681f10494fc9c5c (patch)
tree43d10c947692a85d7b40973ae77bd0f0c968cff4 /src/html/html_options_collection.h
parent50d83f430d109472dee45910851275fe189b0fdb (diff)
downloadlibdom-146bda077e00e3feffc3748af681f10494fc9c5c.tar.gz
libdom-146bda077e00e3feffc3748af681f10494fc9c5c.tar.bz2
HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: Make buttons work and forms contain their correct buttons
Diffstat (limited to 'src/html/html_options_collection.h')
-rw-r--r--src/html/html_options_collection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html/html_options_collection.h b/src/html/html_options_collection.h
index bbaaba4..637d38f 100644
--- a/src/html/html_options_collection.h
+++ b/src/html/html_options_collection.h
@@ -25,12 +25,13 @@ struct dom_html_options_collection {
dom_exception _dom_html_options_collection_create(struct dom_html_document *doc,
struct dom_node_internal *root,
dom_callback_is_in_collection ic,
+ void *ctx,
struct dom_html_options_collection **col);
dom_exception _dom_html_options_collection_initialise(struct dom_html_document *doc,
struct dom_html_options_collection *col,
struct dom_node_internal *root,
- dom_callback_is_in_collection ic);
+ dom_callback_is_in_collection ic, void *ctx);
void _dom_html_options_collection_finalise(
struct dom_html_options_collection *col);