Add the WARN_UNUSED_RESULT attribute to all hash functions.
[pspp] / src / data / gnumeric-reader.h
index f4c7c38d2240044fd29c3214bfa77bd48b35f2ae..edec2b66c46e7e0203087287d211d3d158896ad2 100644 (file)
@@ -27,14 +27,12 @@ struct spreadsheet_read_options;
 struct spreadsheet *gnumeric_probe (const char *filename, bool report_errors);
 
 const char * gnumeric_get_sheet_name (struct spreadsheet *s, int n);
-
 char * gnumeric_get_sheet_range (struct spreadsheet *s, int n);
 
-void gnumeric_destroy (struct spreadsheet *);
-
 struct casereader * gnumeric_make_reader (struct spreadsheet *spreadsheet,
-                                         const struct spreadsheet_read_info *gri, 
                                          const struct spreadsheet_read_options *opts);
 
+void gnumeric_unref (struct spreadsheet *r);
+
 
 #endif