Rewrite system file reader code, to clean up and improve.
[pspp-builds.git] / src / data / dictionary.h
index e0425b8552129b0f48bd3b7b6ef0f686bf88b703..37eb1192ba7dc3adede0c31d9d29bade91bc0cd9 100644 (file)
@@ -55,6 +55,8 @@ bool dict_contains_var (const struct dictionary *, const struct variable *);
 void dict_delete_var (struct dictionary *, struct variable *);
 void dict_delete_vars (struct dictionary *,
                        struct variable *const *, size_t count);
+void dict_delete_consecutive_vars (struct dictionary *d,
+                                   size_t idx, size_t count);
 void dict_delete_scratch_vars (struct dictionary *);
 void dict_reorder_var (struct dictionary *d, struct variable *v,
                        size_t new_index);