moved knowledge of pspp_linreg_cache out of pspp_coeff_init
[pspp-builds.git] / src / math / coefficient.h
index 7f11e8f1f2c54e3147c237f872762dbca5935c2b..4019c549b33253c57da77a646d11afff88e2a992 100644 (file)
@@ -72,7 +72,7 @@ void pspp_coeff_free (struct pspp_coeff *);
   Initialize the variable and value pointers inside the
   coefficient structures for the linear model.
  */
-void pspp_coeff_init (pspp_linreg_cache *, struct design_matrix *);
+void pspp_coeff_init (struct pspp_coeff **, struct design_matrix *);
 
 
 void