X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flevene.h;h=c94c3d61272f8443b3d175593feaeab64af9a08b;hb=244ade48f9c233532cc535d3233fdef53bf9266b;hp=886d3a36535ff7b831f41ca88cc9954ce0f06628;hpb=5d9d2b2ae7d49240f3438e4f3c40ac1f276e31fb;p=pspp-builds.git diff --git a/src/math/levene.h b/src/math/levene.h index 886d3a36..c94c3d61 100644 --- a/src/math/levene.h +++ b/src/math/levene.h @@ -40,7 +40,9 @@ The dependent variables : v_dep; */ -void levene(const struct casefile *cf, +struct dictionary ; + +void levene(const struct dictionary *dict, const struct casefile *cf, struct variable *v_indep, size_t n_dep, struct variable **v_dep, enum lev_missing, is_missing_func);