Added confidence and prediction intervals to model export
[pspp-builds.git] / src / data-list.h
index 494c2ee5a412c4b22c5c6b6520c4e8d38a95d830..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
@@ -27,7 +27,7 @@
 #include "vfm.h"
 
 trns_proc_func repeating_data_trns_proc;
-void repeating_data_set_write_case (struct trns_header *,
+void repeating_data_set_write_case (struct transformation *,
                                     write_case_func *, write_case_data);
 
 #endif /* data-list.h */