removed double-counted sample size
[pspp-builds.git] / src / dictionary.h
index e923d52dc252d3a25debe74007e083a463c36f75..e527dd518fea9a528515aec339a93285f70444f6 100644 (file)
@@ -34,7 +34,7 @@ void dict_destroy (struct dictionary *);
 size_t dict_get_var_cnt (const struct dictionary *);
 struct variable *dict_get_var (const struct dictionary *, size_t idx);
 void dict_get_vars (const struct dictionary *,
-                    struct variable ***vars, size_t *cnt,
+                    struct variable ***vars, int *cnt,
                     unsigned exclude_classes);
 
 struct variable *dict_create_var (struct dictionary *, const char *,