aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
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__ */