X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable.h;fp=src%2Foutput%2Ftable.h;h=919777db53ff3b90feaecc2c781e04ebae72a5b6;hb=bf3af6fb69dc94a6b3010e11e5d359e9e4abd5ba;hp=cf187f10dc325d3e28aabbcb5c2ebc3aae248011;hpb=d2ee46757c7602fb0d6827136fdb00af1140e2e1;p=pspp diff --git a/src/output/table.h b/src/output/table.h index cf187f10dc..919777db53 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -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 *,