pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/dictionary.h


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/dictionary.h
Date: Sun, 21 Aug 2005 03:21:08 -0400

Index: pspp/src/dictionary.h
diff -u pspp/src/dictionary.h:1.5 pspp/src/dictionary.h:1.6
--- pspp/src/dictionary.h:1.5   Mon May  2 06:21:20 2005
+++ pspp/src/dictionary.h       Sun Aug 21 07:21:06 2005
@@ -54,6 +54,7 @@
 void dict_delete_var (struct dictionary *, struct variable *);
 void dict_delete_vars (struct dictionary *,
                        struct variable *const *, size_t count);
+void dict_delete_scratch_vars (struct dictionary *);
 void dict_reorder_var (struct dictionary *d, struct variable *v,
                        size_t new_index);
 void dict_reorder_vars (struct dictionary *,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]