summaryrefslogtreecommitdiff
path: root/render/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/table.h')
-rw-r--r--render/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/table.h b/render/table.h
index 9a83d6394..ecd3043b5 100644
--- a/render/table.h
+++ b/render/table.h
@@ -29,6 +29,6 @@
struct box;
bool table_calculate_column_types(struct box *table);
-void table_collapse_borders(struct box *table);
+void table_used_border_for_cell(struct box *cell);
#endif