From 6ab102c3b10b2c5934497b06978e25c656c6e19a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 14 Jul 2012 11:16:37 -0600 Subject: Rework form acessors to deal with binding changes --- render/html_internal.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'render/html_internal.h') 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; -- cgit v1.2.3