summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/box.h b/render/box.h
index b0c7d2ed7..7e54ff4c3 100644
--- a/render/box.h
+++ b/render/box.h
@@ -337,6 +337,8 @@ bool box_handle_scrollbars(struct content *c, struct box *box,
bool box_vscrollbar_present(const struct box *box);
bool box_hscrollbar_present(const struct box *box);
+nserror box_construct_init(void);
+void box_construct_fini(void);
bool xml_to_box(dom_node *n, struct html_content *c,
box_construct_complete_cb cb);