summaryrefslogtreecommitdiff
path: root/render/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/layout.c')
-rw-r--r--render/layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/layout.c b/render/layout.c
index 6f9bdbd03..179b77b28 100644
--- a/render/layout.c
+++ b/render/layout.c
@@ -56,6 +56,7 @@
#define AUTO INT_MIN
+static bool layout_block_context(struct box *block, struct content *content);
static void layout_minmax_block(struct box *block,
const struct font_functions *font_func);
static bool layout_block_object(struct box *block);