summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-07-27 13:53:14 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-07-30 22:54:14 +0100
commit06608c1bf0b1046520e184fdc063c83ead2184af (patch)
tree127f0eab57b29a81edb130c464256913ba433c4a /render/html_internal.h
parent4f0e70b50d2446ed3ba14bd51d61c80088226d91 (diff)
downloadnetsurf-06608c1bf0b1046520e184fdc063c83ead2184af.tar.gz
netsurf-06608c1bf0b1046520e184fdc063c83ead2184af.tar.bz2
extend script enumeration to include asyncronous and deferred scripts
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index ad032f720..3eabe1cc6 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -149,6 +149,7 @@ void html_overflow_scroll_callback(void *client_data,
/* in render/html_script.c */
dom_hubbub_error html_process_script(void *ctx, dom_node *node);
+void html_free_scripts(html_content *html);
/* in render/html_forms.c */
struct form *html_forms_get_forms(const char *docenc, dom_html_document *doc);