X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fgnumeric-reader.h;h=e0a5f5cad03fab20c3f977505b09a0ce1ab8349d;hb=e683e938fb5fd83be9c7fcf1ae85cf4546ac904e;hp=7e16341b3cbed8cad4f20da1a0a78ba7b2006148;hpb=69d9ffe0d82f468b541d04508999eced384fef10;p=pspp diff --git a/src/data/gnumeric-reader.h b/src/data/gnumeric-reader.h index 7e16341b3c..e0a5f5cad0 100644 --- a/src/data/gnumeric-reader.h +++ b/src/data/gnumeric-reader.h @@ -24,17 +24,15 @@ struct dictionary; struct spreadsheet_read_info; struct spreadsheet_read_options; -struct spreadsheet *gnumeric_probe (const char *filename); +struct spreadsheet *gnumeric_probe (const char *filename, bool report_errors); const char * gnumeric_get_sheet_name (struct spreadsheet *s, int n); - -const char * gnumeric_get_sheet_range (struct spreadsheet *s, int n); +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); + const struct spreadsheet_read_options *opts); #endif