New Slovenian localisation from http://translationproject.org
[pspp] / src / math / categoricals.h
index c221cd5694fcc81867f28ebcbd041fbe5ab0cc7d..b2f6b649b1b1d0d67b656e87fccec70802b8861a 100644 (file)
@@ -29,7 +29,8 @@ struct interaction;
 union value ;
 
 struct categoricals *categoricals_create (struct interaction *const *, size_t n_int,
-                                         const struct variable *wv, enum mv_class exclude);
+                                         const struct variable *wv, enum mv_class dep_excl,
+                                         enum mv_class fctr_excl);
 
 void categoricals_destroy (struct categoricals *);