X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fgnumeric-reader.h;h=1f5a32e3a48b7cd519d41b143015d70ce8c671ea;hb=bbec8db61a8288576c4d2f158c24c1e429a21ee4;hp=a2aaabf7bce612b65b852d62ffd418963a82a635;hpb=9f93ff4fb4b1836b6ead55d84476fbd39530764c;p=pspp diff --git a/src/data/gnumeric-reader.h b/src/data/gnumeric-reader.h index a2aaabf7bc..1f5a32e3a4 100644 --- a/src/data/gnumeric-reader.h +++ b/src/data/gnumeric-reader.h @@ -27,14 +27,12 @@ struct spreadsheet_read_options; struct spreadsheet *gnumeric_probe (const char *filename, bool report_errors); const char * gnumeric_get_sheet_name (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); + +void gnumeric_destroy (struct spreadsheet *r); #endif