* variable.c (var_set_width): Use new var_set_width function.
[pspp-builds.git] / src / data / format.h
index f7c0ec07f4144a1a012b0555dbf22e25cce9cd43..fbaf062558aab7e5704cbc190da9fe6577c651ee 100644 (file)
@@ -87,6 +87,7 @@ bool fmt_check_width_compat (const struct fmt_spec *, int var_width);
 int fmt_var_width (const struct fmt_spec *);
 char *fmt_to_string (const struct fmt_spec *, char s[FMT_STRING_LEN_MAX + 1]);
 bool fmt_equal (const struct fmt_spec *, const struct fmt_spec *);
+void fmt_resize (struct fmt_spec *, int new_width);
 
 /* Format types. */
 const char *fmt_name (enum fmt_type) PURE_FUNCTION;