Merge commit 'origin/data-encoding'
[pspp-builds.git] / src / output / table.h
index 21d3b7bfd28f16cd9c295a7ff8fa7f5134cef864..1748c24c855e71ec8c0212dac76d00662db76f67 100644 (file)
@@ -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);