Merge master into output branch.
[pspp-builds.git] / src / output / table.h
index 84c709644a73195f8b9400c041fcf971176c008b..f4fbc786f0440ea39da04ebfa0c54070ccec7cd1 100644 (file)
@@ -161,9 +161,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);