Ref count struct spreadsheet
[pspp] / src / data / ods-reader.h
index 4acda231da0c0c51f542d21e1345ec6c556c21f4..f31304d224e55e4144a51900fe9336da43de366a 100644 (file)
@@ -31,7 +31,7 @@ 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_destroy (struct spreadsheet *s);
+void ods_unref (struct spreadsheet *s);
 
 
 #endif