implement MEDIAN (untested)
[pspp] / src / data / gnumeric-reader.h
index 529670e35cfefed38db13d1edb7e1a0803693b33..59b0c828a570cdd278e5199a72a4d95a9b340cb1 100644 (file)
 
 #include <stdbool.h>
 
-struct casereader;
-struct dictionary;
-struct spreadsheet_read_info;
-struct spreadsheet_read_options;
-
-
-struct spreadsheet *gnumeric_probe (const char *filename);
-
-struct casereader * gnumeric_open_reader (const struct spreadsheet_read_info *, 
-                                         struct spreadsheet_read_options *,
-                                         struct dictionary **);
+struct spreadsheet *gnumeric_probe (const char *filename, bool report_errors);
 
 
 #endif