pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/var.h
Date: Fri, 11 Feb 2005 03:22:06 -0500

Index: pspp/src/var.h
diff -u pspp/src/var.h:1.25 pspp/src/var.h:1.26
--- pspp/src/var.h:1.25 Thu Dec  2 05:52:51 2004
+++ pspp/src/var.h      Fri Feb 11 08:22:05 2005
@@ -82,8 +82,10 @@
     void (*aux_dtor) (struct variable *);
   };
 
-int compare_variables (const void *, const void *, void *);
-unsigned hash_variable (const void *, void *);
+int compare_var_names (const void *, const void *, void *);
+unsigned hash_var_name (const void *, void *);
+int compare_var_ptr_names (const void *, const void *, void *);
+unsigned hash_var_ptr_name (const void *, void *);
 
 void *var_attach_aux (struct variable *,
                       void *aux, void (*aux_dtor) (struct variable *));
@@ -196,6 +198,7 @@
 struct variable *var_set_get_var (const struct var_set *vs, size_t idx);
 struct variable *var_set_lookup_var (const struct var_set *vs,
                                      const char *name);
+int var_set_lookup_var_idx (const struct var_set *vs, const char *name);
 void var_set_destroy (struct var_set *vs);
 
 /* Variable parsers. */




reply via email to

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