SUBTABLE works (I'm suspicous about ROW though)
[pspp] / src / data / gnumeric-reader.h
index f1af5e56ee9bcb2b9738538b87694ef3dc8ae1ae..59b0c828a570cdd278e5199a72a4d95a9b340cb1 100644 (file)
 
 #include <stdbool.h>
 
-struct casereader;
-struct dictionary;
-struct spreadsheet_read_info;
-struct spreadsheet_read_options;
-
-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