X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fformat.h;h=fbaf062558aab7e5704cbc190da9fe6577c651ee;hb=679e253a4777564db48ccec70b8ce2f6e5b7e46b;hp=f7c0ec07f4144a1a012b0555dbf22e25cce9cd43;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/data/format.h b/src/data/format.h index f7c0ec07f4..fbaf062558 100644 --- a/src/data/format.h +++ b/src/data/format.h @@ -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;