Merge branch 'master' into rewrite-sheet
[pspp-builds.git] / src / math / linreg.h
index a9577d648372dc640056fc07762405ccc0aff6c1..bab3205f04c2a5857de1e237d372903871e35567 100644 (file)
@@ -199,7 +199,7 @@ pspp_linreg_residual (const struct variable **, const union value **,
 /*
   All variables used in the model.
  */
-int pspp_linreg_get_vars (const void *, struct variable **);
+int pspp_linreg_get_vars (const void *, const struct variable **);
 
 struct pspp_coeff *pspp_linreg_get_coeff (const pspp_linreg_cache
                                                       *,
@@ -220,5 +220,5 @@ void pspp_linreg_set_indep_variable_mean (pspp_linreg_cache *, const struct vari
 /*
   Regression using only the covariance matrix.
  */
-int pspp_linreg_with_cov (const struct design_matrix *, pspp_linreg_cache *);
+void pspp_linreg_with_cov (const struct design_matrix *, pspp_linreg_cache *);
 #endif