X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftable-provider.h;fp=src%2Foutput%2Ftable-provider.h;h=b64410c22703b33f7f4b98bc49a624f016d0dfbc;hb=d3fef25674baf4f4e25502f257c680b5090535c6;hp=35a4b6cebb7164c27444c8afb786351edf42a2b7;hpb=f1db96caae465cb7daaf6efbe69ae17069ea1198;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. */