Reworked settings so as to use one large struct instead of lots of static
[pspp-builds.git] / src / data / data-in.h
index d66b1c644903cd9795821c03e2ad71da453eea71..52301c8cefe2a622092154ed5a7a09ef8b3ecd50 100644 (file)
 #include <libpspp/integer-format.h>
 #include <libpspp/str.h>
 
-enum integer_format data_in_get_integer_format (void);
-void data_in_set_integer_format (enum integer_format);
-
-enum float_format data_in_get_float_format (void);
-void data_in_set_float_format (enum float_format);
 
 union value;
 bool data_in (struct substring input, enum legacy_encoding,