X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fformat.h;h=15d13ef958d4e2c42b3a12c443bada7b0a946cf8;hb=7d3713dd11dc0f4c5ce9c62ea512cdea38b4e80d;hp=0bb8a60be00c9bad0ee9dedb2f7ee3de66029317;hpb=5da41421628d7c46b9340385ab157e8ddc0979fc;p=pspp diff --git a/src/data/format.h b/src/data/format.h index 0bb8a60be0..15d13ef958 100644 --- a/src/data/format.h +++ b/src/data/format.h @@ -110,6 +110,10 @@ 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); +void fmt_fix (struct fmt_spec *, bool for_input); +void fmt_fix_input (struct fmt_spec *); +void fmt_fix_output (struct fmt_spec *); + /* Format types. */ const char *fmt_name (enum fmt_type) PURE_FUNCTION; bool fmt_from_name (const char *name, enum fmt_type *);