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