summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-02-25 15:00:50 +0000
committerVincent Sanders <vince@netsurf-browser.org>2013-02-25 15:00:50 +0000
commit4e7b4259a44703ecc0994c922315b67df7096c90 (patch)
tree9921996510550cc8fdd55a6827427f7872591fe3 /render/html_internal.h
parentdd35da2cac223551c8041a7795eba82fa99ded87 (diff)
downloadnetsurf-4e7b4259a44703ecc0994c922315b67df7096c90.tar.gz
netsurf-4e7b4259a44703ecc0994c922315b67df7096c90.tar.bz2
fix quirk stylesheet loading
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);