Rewrite formatted data input routines to conform to SPSS data formats
[pspp-builds.git] / src / language / lexer / range-parser.h
index f03a7e88cff519729095db6216d1ed1a6388aeea..986cd5f00e01bad73ac68238739d80c874204f45 100644 (file)
 #define RANGE_PRS_H 1
 
 #include <stdbool.h>
+#include <data/format.h>
 
-struct fmt_spec;
-bool parse_num_range (double *x, double *y, const struct fmt_spec *fmt);
+struct lexer;
+bool parse_num_range (struct lexer *,
+                      double *x, double *y, const enum fmt_type *fmt);
 
 #endif /* range-prs.h */