summaryrefslogtreecommitdiff
path: root/render/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/table.h')
-rw-r--r--render/table.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/render/table.h b/render/table.h
index ecd3043b5..2eeffe699 100644
--- a/render/table.h
+++ b/render/table.h
@@ -28,7 +28,11 @@
struct box;
-bool table_calculate_column_types(struct box *table);
-void table_used_border_for_cell(struct box *cell);
+bool table_calculate_column_types(
+ const nscss_len_ctx *len_ctx,
+ struct box *table);
+void table_used_border_for_cell(
+ const nscss_len_ctx *len_ctx,
+ struct box *cell);
#endif