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 f4c9cfe2d..a670fddb5 100644
--- a/render/box.h
+++ b/render/box.h
@@ -311,4 +311,6 @@ bool xml_to_box(xmlNode *n, struct content *c);
bool box_normalise_block(struct box *block, struct content *c);
+struct box* box_duplicate_tree(struct box *root, struct content *c);
+
#endif