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: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/var.h
Date: Sat, 23 Apr 2005 03:55:31 -0400

Index: pspp/src/var.h
diff -u pspp/src/var.h:1.29 pspp/src/var.h:1.30
--- pspp/src/var.h:1.29 Wed Apr 13 10:09:59 2005
+++ pspp/src/var.h      Sat Apr 23 07:55:29 2005
@@ -107,6 +107,9 @@
 int compare_var_names (const void *, const void *, void *);
 unsigned hash_var_name (const void *, void *);
 
+/* Destroy and free up an nte */
+void free_nte(struct name_table_entry *nte);
+
 
 unsigned hash_long_name (const void *e_, void *aux UNUSED) ;
 int compare_long_names(const void *a_, const void *b_, void *aux);




reply via email to

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