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: Mon, 02 May 2005 02:21:35 -0400

Index: pspp/src/hash.h
diff -u pspp/src/hash.h:1.4 pspp/src/hash.h:1.5
--- pspp/src/hash.h:1.4 Fri Apr 29 01:02:15 2005
+++ pspp/src/hash.h     Mon May  2 06:21:20 2005
@@ -35,6 +35,7 @@
 /* Hash functions. */
 unsigned hsh_hash_bytes (const void *, size_t);
 unsigned hsh_hash_string (const char *);
+unsigned hsh_hash_case_string (const char *);
 unsigned hsh_hash_int (int);
 unsigned hsh_hash_double (double);
 




reply via email to

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