summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-14 14:42:02 -0600
committerVincent Sanders <vince@netsurf-browser.org>2012-07-14 14:42:02 -0600
commitbd244b121a20f17e7e3151f601e61133dbf73377 (patch)
tree14a0995bf89c7fc486380e8976cb593b20f19258 /render/html_internal.h
parent2e98764cdfabfc41c03bbfdd9ad8279f0281f1dc (diff)
parent6ab102c3b10b2c5934497b06978e25c656c6e19a (diff)
downloadnetsurf-bd244b121a20f17e7e3151f601e61133dbf73377.tar.gz
netsurf-bd244b121a20f17e7e3151f601e61133dbf73377.tar.bz2
Merge branch 'vince/forms-fixed'
Conflicts: Makefile.sources render/box_construct.c render/html.c render/html_internal.h Merge Daniel Silverstones forms branch
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index 049b648b3..ad032f720 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -146,9 +146,14 @@ 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_script.c */
dom_hubbub_error html_process_script(void *ctx, dom_node *node);
+/* 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;