X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-provider.h;h=b64410c22703b33f7f4b98bc49a624f016d0dfbc;hb=c972eebe3286130ba9af8b0520a35a42a8d5ef75;hp=97c264b4f2dc75ee17b789af89fda041c037ff1b;hpb=93ec42221da8b677420bf11435e0d24d0503601b;p=pspp diff --git a/src/output/table-provider.h b/src/output/table-provider.h index 97c264b4f2..b64410c227 100644 --- a/src/output/table-provider.h +++ b/src/output/table-provider.h @@ -26,7 +26,11 @@ struct cell_contents /* Exactly one of these must be nonnull. */ char *text; /* A paragraph of text. */ - struct table *table; /* A table nested within the cell. */ + struct table_item *table; /* A table nested within the cell. */ + + /* Optional footnote(s). */ + char **footnotes; + size_t n_footnotes; }; /* A cell in a table. */