Added confidence and prediction intervals to model export
[pspp-builds.git] / src / data-list.h
index 736d2a50672b4c4aa82073e0174c6c7753fcb0ad..80545f7e4765399dd71e3786651163f66b88a5bf 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #ifndef INCLUDED_DATA_LIST_H
 #define INCLUDED_DATA_LIST_H
@@ -26,8 +26,8 @@
 #include "var.h"
 #include "vfm.h"
 
-int repeating_data_trns_proc (struct trns_header *, struct ccase *);
-void repeating_data_set_write_case (struct trns_header *,
+trns_proc_func repeating_data_trns_proc;
+void repeating_data_set_write_case (struct transformation *,
                                     write_case_func *, write_case_data);
 
 #endif /* data-list.h */