X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fods-reader.h;h=8626020c92468c903560a544bca7bccd1664a970;hb=ff5de86ff88b3d3c8552ac0e29c94f4ce3a4f2eb;hp=18eb65bc90f279ff0565bcd5c2f3dec447fe3d51;hpb=5c210c96542db2a357cf1aa6b690ef2ea88a54b1;p=pspp diff --git a/src/data/ods-reader.h b/src/data/ods-reader.h index 18eb65bc90..8626020c92 100644 --- a/src/data/ods-reader.h +++ b/src/data/ods-reader.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2020 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,17 +17,9 @@ #ifndef ODS_READ_H #define ODS_READ_H 1 -struct casereader; -struct dictionary; -struct spreadsheet_read_info; -struct spreadsheet_read_options; +#include - -struct spreadsheet *ods_probe (const char *filename); - -struct casereader * ods_make_reader (struct spreadsheet *spreadsheet, - const struct spreadsheet_read_info *gri, - struct spreadsheet_read_options *opts); +struct spreadsheet *ods_probe (const char *filename, bool report_errors); #endif