Rewrite portable file reader code and incidentally clean up code for
[pspp-builds.git] / src / data-list.h
index 736d2a50672b4c4aa82073e0174c6c7753fcb0ad..494c2ee5a412c4b22c5c6b6520c4e8d38a95d830 100644 (file)
@@ -26,7 +26,7 @@
 #include "var.h"
 #include "vfm.h"
 
-int repeating_data_trns_proc (struct trns_header *, struct ccase *);
+trns_proc_func repeating_data_trns_proc;
 void repeating_data_set_write_case (struct trns_header *,
                                     write_case_func *, write_case_data);