output: Combine color and stroke into table_border_style.
[pspp] / src / output / table-provider.h
index 6670902d732b102578e0e9c9ad03f3b85fe234f8..a3d1fab78f0381ac0996fcc489d91e624f6adea3 100644 (file)
@@ -78,7 +78,7 @@ table_cell_is_joined (const struct table_cell *cell)
 /* For use primarily by output drivers. */
 
 void table_get_cell (const struct table *, int x, int y, struct table_cell *);
-int table_get_rule (const struct table *, enum table_axis, int x, int y,
-                    struct cell_color *);
+struct table_border_style table_get_rule (const struct table *,
+                                          enum table_axis, int x, int y);
 
 #endif /* output/table-provider.h */