Implemented support for very long strings a la spss v13/v14
[pspp-builds.git] / src / data / dictionary.h
index d02877141cab080ca53e87c48979cc5d72eda187..50c9db578dafa36f5b865161fa5430f190330051 100644 (file)
@@ -74,8 +74,8 @@ void dict_set_weight (struct dictionary *, struct variable *);
 struct variable *dict_get_filter (const struct dictionary *);
 void dict_set_filter (struct dictionary *, struct variable *);
 
-int dict_get_case_limit (const struct dictionary *);
-void dict_set_case_limit (struct dictionary *, int);
+size_t dict_get_case_limit (const struct dictionary *);
+void dict_set_case_limit (struct dictionary *, size_t);
 
 int dict_get_next_value_idx (const struct dictionary *);
 size_t dict_get_case_size (const struct dictionary *);