X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Foutput%2Ftable.h;h=1748c24c855e71ec8c0212dac76d00662db76f67;hp=21d3b7bfd28f16cd9c295a7ff8fa7f5134cef864;hb=8f04b0ced35a66cfdebefbcb53c81979add36ca3;hpb=2f1db0c762ca29e54b29d9a28bce14c54cf090db diff --git a/src/output/table.h b/src/output/table.h index 21d3b7bf..1748c24c 100644 --- a/src/output/table.h +++ b/src/output/table.h @@ -153,9 +153,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);