pspp-cvs
[Top][All Lists]
Advanced

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

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


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/hash.h
Date: Wed, 04 May 2005 01:28:28 -0400

Index: pspp/src/hash.h
diff -u pspp/src/hash.h:1.5 pspp/src/hash.h:1.6
--- pspp/src/hash.h:1.5 Mon May  2 06:21:20 2005
+++ pspp/src/hash.h     Wed May  4 05:28:27 2005
@@ -45,8 +45,8 @@
                              void *aux);
 void hsh_clear (struct hsh_table *);
 void hsh_destroy (struct hsh_table *);
-void **hsh_sort (struct hsh_table *);
-void **hsh_data (struct hsh_table *);
+void *const *hsh_sort (struct hsh_table *);
+void *const *hsh_data (struct hsh_table *);
 void **hsh_sort_copy (struct hsh_table *);
 void **hsh_data_copy (struct hsh_table *);
 




reply via email to

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