Some basic tests.
[pspp] / src / data / gnumeric-reader.h
index 7e16341b3cbed8cad4f20da1a0a78ba7b2006148..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);
-
-const char * gnumeric_get_sheet_name (struct spreadsheet *s, int n);
-
-const char * gnumeric_get_sheet_range (struct spreadsheet *s, int n);
-
-void gnumeric_destroy (struct spreadsheet *);
-
-struct casereader * gnumeric_make_reader (struct spreadsheet *spreadsheet,
-                                         const struct spreadsheet_read_info *gri, 
-                                         struct spreadsheet_read_options *opts);
+struct spreadsheet *gnumeric_probe (const char *filename, bool report_errors);
 
 
 #endif