summaryrefslogtreecommitdiff
path: root/render/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.h')
-rw-r--r--render/layout.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/render/layout.h b/render/layout.h
index 6e8ea6481..4a70cc7e4 100644
--- a/render/layout.h
+++ b/render/layout.h
@@ -13,5 +13,7 @@
*/
void layout_document(struct box * box, unsigned long width);
+void layout_block(struct box * box, unsigned long width, struct box * cont,
+ unsigned long cx, unsigned long cy);
#endif