Categoricals: remove var member which is no longer required
[pspp] / src / math / covariance.h
index 0231f7989a0b07b39e5cf1e4c93492736ee66374..87afd8b28210469f66fb9eb5edff9bb33af72235 100644 (file)
@@ -47,6 +47,8 @@ void covariance_destroy (struct covariance *cov);
 const gsl_matrix *covariance_moments (const struct covariance *cov, int m);
 
 const struct categoricals * covariance_get_categoricals (const struct covariance *cov);
+struct interaction;
+void covariance_get_interaction_indices (const struct covariance *cov, const struct interaction **iacts);
 
 void covariance_get_var_indices (const struct covariance *cov, const struct variable **vars);
 size_t covariance_dim (const struct covariance * cov);