New implementation of long variable names. Each variable has a
[pspp-builds.git] / src / hash.h
index f3b0e30ceceee960cef40d5d3498cb04baeafd50..ffacad8e19b8a8b47bcb17b4b254674c6b5a4c76 100644 (file)
@@ -35,6 +35,7 @@ struct hsh_iterator
 /* 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);