/[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.29 by jmd, Wed Apr 13 10:09:59 2005 UTC revision 1.30 by jmd, Sat Apr 23 07:55:29 2005 UTC
# Line 107  bool var_is_valid_name (const char *, bo Line 107  bool var_is_valid_name (const char *, bo
107  int compare_var_names (const void *, const void *, void *);  int compare_var_names (const void *, const void *, void *);
108  unsigned hash_var_name (const void *, void *);  unsigned hash_var_name (const void *, void *);
109    
110    /* Destroy and free up an nte */
111    void free_nte(struct name_table_entry *nte);
112    
113    
114  unsigned hash_long_name (const void *e_, void *aux UNUSED) ;  unsigned hash_long_name (const void *e_, void *aux UNUSED) ;
115  int compare_long_names(const void *a_, const void *b_, void *aux);  int compare_long_names(const void *a_, const void *b_, void *aux);

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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