Implemented data-store using a casefile instead of an array of cases.
[pspp] / src / ui / gui / psppire-dict.h
index 96753ab5dcd7bc0d6a91237bcfb84e1751066471..385d0671b42239c85a94244400c68fabfad2f201 100644 (file)
@@ -100,6 +100,8 @@ void psppire_dict_insert_variable(PsppireDict *d, gint idx, const gchar *name);
 gboolean psppire_dict_check_name(const PsppireDict *dict, 
                              const gchar *name, gboolean report);
 
+gint psppire_dict_get_next_value_idx (const PsppireDict *dict);
+
 
 G_END_DECLS