From 4b9363baacc314fb5f7fcf6b180f4d099bc8479e Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 8 Apr 2009 16:33:02 +0200 Subject: support CSS @import directive --- src/html_common.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/html_common.hh') diff --git a/src/html_common.hh b/src/html_common.hh index c4bab6f7..7a6fda8f 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -255,4 +255,6 @@ bool a_Html_tag_set_valign_attr(DilloHtml *html, const char *tag, int tagsize, CssPropertyList *props); +void a_Html_load_stylesheet(DilloHtml *html, DilloUrl *url); + #endif /* __HTML_COMMON_HH__ */ -- cgit v1.2.3