summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
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 2dd1c5190..4c43345a2 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -266,6 +266,7 @@ void html_css_fini(void);
* \return nserror
*/
nserror html_css_new_stylesheets(html_content *c);
+nserror html_css_quirks_stylesheets(html_content *c);
nserror html_css_free_stylesheets(html_content *html);
bool html_css_process_link(html_content *htmlc, dom_node *node);