Spreadsheet readers: Seperate the mandatory from the optional arguments.
[pspp] / src / data / gnumeric-reader.h
index fcd338567543e3e17d0ad1c591cef59be23ad805..f1af5e56ee9bcb2b9738538b87694ef3dc8ae1ae 100644 (file)
 struct casereader;
 struct dictionary;
 struct spreadsheet_read_info;
+struct spreadsheet_read_options;
 
-struct casereader * gnumeric_open_reader (struct spreadsheet_read_info *, struct dictionary **);
+struct casereader * gnumeric_open_reader (const struct spreadsheet_read_info *, 
+                                         struct spreadsheet_read_options *,
+                                         struct dictionary **);
 
 
 #endif