X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flevene.h;h=fd2aaf54236e88de94c9e97a118dd5a28808db7a;hb=92fb12eb06716d14c05b781f5d9dcde956d77c30;hp=1889a18a203c8b206c8a6900e619e52629a2c852;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/levene.h b/src/levene.h index 1889a18a20..fd2aaf5423 100644 --- a/src/levene.h +++ b/src/levene.h @@ -41,7 +41,7 @@ The dependent variables : v_dep; void levene(const struct casefile *cf, - struct variable *v_indep, int n_dep, struct variable **v_dep, + struct variable *v_indep, size_t n_dep, struct variable **v_dep, enum lev_missing, is_missing_func);