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