Completely rewrite src/data/format.[ch], to achieve better
[pspp-builds.git] / src / language / lexer / format-parser.h
index 981a54854ccb60a7b8d95411d8579f594ca58f71..046f57abf77cf7bf7c10d643aca45105646517c0 100644 (file)
@@ -29,6 +29,6 @@ struct fmt_spec;
 bool parse_abstract_format_specifier (char type[FMT_TYPE_LEN_MAX + 1],
                                       int *width, int *decimals);
 bool parse_format_specifier (struct fmt_spec *);
-bool parse_format_specifier_name (int *type);
+bool parse_format_specifier_name (enum fmt_type *type);
 
 #endif /* language/lexer/format-parser.h. */