X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flevene.h;h=66944dafb434325aaaf4cc97a781a3f82e0be1c7;hb=f4810d3c8656b3b3ab26303d2dae70fc361db7fb;hp=d0e44283cd3b575c66292008182cae9d15fc5855;hpb=164d1274fcb70c54897f2a03fc7c27152ed4821a;p=pspp diff --git a/src/math/levene.h b/src/math/levene.h index d0e44283cd..66944dafb4 100644 --- a/src/math/levene.h +++ b/src/math/levene.h @@ -40,7 +40,8 @@ struct dictionary ; struct casefilter ; void levene(const struct dictionary *dict, const struct casefile *cf, - struct variable *v_indep, size_t n_dep, struct variable **v_dep, + const struct variable *v_indep, size_t n_dep, + const struct variable **v_dep, struct casefilter *filter);