Made a start at canonicalising the interface
[pspp] / src / data / gnumeric-reader.h
index f1af5e56ee9bcb2b9738538b87694ef3dc8ae1ae..529670e35cfefed38db13d1edb7e1a0803693b33 100644 (file)
@@ -24,6 +24,9 @@ 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 **);