render: Render table_items instead of tables.
[pspp] / src / output / table.h
index cf187f10dc325d3e28aabbcb5c2ebc3aae248011..919777db53ff3b90feaecc2c781e04ebae72a5b6 100644 (file)
@@ -40,6 +40,7 @@
 
 struct casereader;
 struct fmt_spec;
+struct table_item;
 struct variable;
 
 /* Properties of a table cell. */
@@ -170,7 +171,8 @@ struct table *table_from_casereader (const struct casereader *,
                                      size_t column,
                                      const char *heading,
                                      const struct fmt_spec *);
-struct table *table_create_nested (const struct table *);
+struct table *table_create_nested (struct table *);
+struct table *table_create_nested_item (struct table_item *);
 
 /* Combining tables. */
 struct table *table_paste (struct table *, struct table *,