aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-08 16:33:02 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-08 16:33:02 +0200
commit4b9363baacc314fb5f7fcf6b180f4d099bc8479e (patch)
tree2a610d19c301ddbb29315e0c0d0b88b41cca6fe4 /src/html_common.hh
parentb9c1cd2a051f4a04f62a910477a1ca7546a5d3d5 (diff)
support CSS @import directive
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh2
1 files changed, 2 insertions, 0 deletions
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__ */