Actually implement the new procedure code and adapt all of its clients
[pspp-builds.git] / src / data / any-reader.h
index bd3c28812ca6a406c21059b9940a01468027893e..44c8cef7a122bdca3c8b69a54076536c5c0b5c4e 100644 (file)
 
 struct file_handle;
 struct dictionary;
-struct ccase;
-struct any_reader *any_reader_open (struct file_handle *,
+struct casereader *any_reader_open (struct file_handle *,
                                     struct dictionary **);
-bool any_reader_read (struct any_reader *, struct ccase *);
-bool any_reader_error (struct any_reader *);
-void any_reader_close (struct any_reader *);
 
 #endif /* any-reader.h */