X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fgnumeric-reader.h;h=1f5a32e3a48b7cd519d41b143015d70ce8c671ea;hb=24c05c4eafa2fa462bae17b45c9f58d0fb2a09c7;hp=7e16341b3cbed8cad4f20da1a0a78ba7b2006148;hpb=69d9ffe0d82f468b541d04508999eced384fef10;p=pspp diff --git a/src/data/gnumeric-reader.h b/src/data/gnumeric-reader.h index 7e16341b3c..1f5a32e3a4 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); - -void gnumeric_destroy (struct spreadsheet *); +char * gnumeric_get_sheet_range (struct spreadsheet *s, int n); 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); + +void gnumeric_destroy (struct spreadsheet *r); #endif