ctables: Support mode (untested).
[pspp] / src / data / ods-reader.h
index b26997cfc1958ef5f1c156942eefbc6a7febe234..8626020c92468c903560a544bca7bccd1664a970 100644 (file)
@@ -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
 #ifndef ODS_READ_H
 #define ODS_READ_H 1
 
-struct casereader;
-struct dictionary;
-struct spreadsheet_read_info;
-struct spreadsheet_read_options;
+#include <stdbool.h>
 
-
-struct casereader * ods_open_reader (const struct spreadsheet_read_info *,
-                                    struct spreadsheet_read_options *,
-                                    struct dictionary **);
+struct spreadsheet *ods_probe (const char *filename, bool report_errors);
 
 
 #endif