Add dictionary argument to tab_value.
[pspp-builds.git] / src / output / table.h
index 2777c59db6c8f4043ecce47a9a8755b2df0a7ff7..e138361343ba3846fe6de8ad1b63de59d3f85bc0 100644 (file)
@@ -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);