format: New functions fmt_change_width(), fmt_change_decimals().
[pspp] / src / data / format.h
index 88a82ee970c11647cee853579ed8edd566c4d673..8057dc6127602bb87a70d2c8338e77c530f35973 100644 (file)
@@ -95,6 +95,9 @@ void fmt_fix (struct fmt_spec *, bool for_input);
 void fmt_fix_input (struct fmt_spec *);
 void fmt_fix_output (struct fmt_spec *);
 
+void fmt_change_width (struct fmt_spec *, int width, bool for_input);
+void fmt_change_decimals (struct fmt_spec *, int decimals, bool for_input);
+
 /* Format types. */
 bool is_fmt_type (enum fmt_type);