Eliminated global variable current_dataset.
[pspp-builds.git] / src / math / levene.h
index 886d3a36535ff7b831f41ca88cc9954ce0f06628..c94c3d61272f8443b3d175593feaeab64af9a08b 100644 (file)
@@ -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);