added automake.mk files in src/language
[pspp] / src / levene.h
index 1889a18a203c8b206c8a6900e619e52629a2c852..fd2aaf54236e88de94c9e97a118dd5a28808db7a 100644 (file)
@@ -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);