/[pspp]/pspp/src/var.h
ViewVC logotype

Diff of /pspp/src/var.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by jmd, Thu Dec 2 05:52:51 2004 UTC revision 1.26 by blp, Fri Feb 11 08:22:05 2005 UTC
# Line 82  struct variable Line 82  struct variable
82      void (*aux_dtor) (struct variable *);      void (*aux_dtor) (struct variable *);
83    };    };
84    
85  int compare_variables (const void *, const void *, void *);  int compare_var_names (const void *, const void *, void *);
86  unsigned hash_variable (const void *, void *);  unsigned hash_var_name (const void *, void *);
87    int compare_var_ptr_names (const void *, const void *, void *);
88    unsigned hash_var_ptr_name (const void *, void *);
89    
90  void *var_attach_aux (struct variable *,  void *var_attach_aux (struct variable *,
91                        void *aux, void (*aux_dtor) (struct variable *));                        void *aux, void (*aux_dtor) (struct variable *));
# Line 196  size_t var_set_get_cnt (const struct var Line 198  size_t var_set_get_cnt (const struct var
198  struct variable *var_set_get_var (const struct var_set *vs, size_t idx);  struct variable *var_set_get_var (const struct var_set *vs, size_t idx);
199  struct variable *var_set_lookup_var (const struct var_set *vs,  struct variable *var_set_lookup_var (const struct var_set *vs,
200                                       const char *name);                                       const char *name);
201    int var_set_lookup_var_idx (const struct var_set *vs, const char *name);
202  void var_set_destroy (struct var_set *vs);  void var_set_destroy (struct var_set *vs);
203    
204  /* Variable parsers. */  /* Variable parsers. */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26