X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fods-reader.h;h=8626020c92468c903560a544bca7bccd1664a970;hb=fb5ee794ece0f21f0b52ee41e66a8b79c159bcf2;hp=79b7169833957564382dcb56e9ff043d00b80523;hpb=2f7b367bf796c63c595ac837b716cce535ffd5bf;p=pspp diff --git a/src/data/ods-reader.h b/src/data/ods-reader.h index 79b7169833..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,11 +17,9 @@ #ifndef ODS_READ_H #define ODS_READ_H 1 -struct casereader; -struct dictionary; -struct spreadsheet_read_info; +#include -struct casereader * ods_open_reader (struct spreadsheet_read_info *, struct dictionary **); +struct spreadsheet *ods_probe (const char *filename, bool report_errors); #endif