summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-14 11:16:37 -0600
committerVincent Sanders <vince@netsurf-browser.org>2012-07-14 13:24:14 -0600
commit6ab102c3b10b2c5934497b06978e25c656c6e19a (patch)
tree8371879d81b6fdb8eda5719682f3d1903eeb34d9 /render/html_internal.h
parentb42c43dc0126e7067ab12b813430ff99c82ec681 (diff)
downloadnetsurf-6ab102c3b10b2c5934497b06978e25c656c6e19a.tar.gz
netsurf-6ab102c3b10b2c5934497b06978e25c656c6e19a.tar.bz2
Rework form acessors to deal with binding changes
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index da3d686bd..d5e1f05f3 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -140,6 +140,10 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
void html_overflow_scroll_callback(void *client_data,
struct scrollbar_msg_data *scrollbar_data);
+/* in render/html_forms.c */
+struct form *html_forms_get_forms(const char *docenc, dom_html_document *doc);
+struct form_control *html_forms_get_control_for_node(struct form *forms, dom_node *node);
+
/* Useful dom_string pointers */
struct dom_string;