X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Foutput%2Ftable.h;h=e138361343ba3846fe6de8ad1b63de59d3f85bc0;hp=2777c59db6c8f4043ecce47a9a8755b2df0a7ff7;hb=44c2b035a7526fdf366271de915fc774df302f96;hpb=20d1a04f1af4d67583bfd97658447ee7a135dfad diff --git a/src/output/table.h b/src/output/table.h index 2777c59d..e1383613 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -154,9 +154,11 @@ enum /* Cells. */ struct fmt_spec; +struct dictionary; union value; void tab_value (struct tab_table *, int c, int r, unsigned char opt, - const union value *, const struct fmt_spec *); + const union value *, const struct dictionary *dict, + const struct fmt_spec *); void tab_fixed (struct tab_table *, int c, int r, unsigned char opt, double v, int w, int d);