X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fods-reader.h;h=8626020c92468c903560a544bca7bccd1664a970;hb=142f8f8814423f76523825f8df060e2fa9d2a2b6;hp=9602a310c1dd0889bebb95eaf7b5b556e3b4e712;hpb=51f6adf4ab3e07cc3073ea572117b5dc2862c6e6;p=pspp diff --git a/src/data/ods-reader.h b/src/data/ods-reader.h index 9602a310c1..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 @@ -19,21 +19,7 @@ #include -struct casereader; -struct dictionary; - -struct spreadsheet_read_options; -struct spreadsheet; - -const char * ods_get_sheet_name (struct spreadsheet *s, int n); -char * ods_get_sheet_range (struct spreadsheet *s, int n); - struct spreadsheet *ods_probe (const char *filename, bool report_errors); -struct casereader * ods_make_reader (struct spreadsheet *spreadsheet, - const struct spreadsheet_read_options *opts); - -void ods_unref (struct spreadsheet *s); - #endif