float tests: Tweak.
[pspp] / lib / hash-triple.h
index 7abe9704413988d7d1c1b28f35b508a25d51a173..51863c9dffc6f3bf7599e1b77155b1a26ab9de43 100644 (file)
@@ -16,6 +16,7 @@ struct F_triple
 extern size_t triple_hash (void const *x, size_t table_size);
 extern size_t triple_hash_no_name (void const *x, size_t table_size);
 extern bool triple_compare (void const *x, void const *y);
+extern bool triple_compare_ino_str (void const *x, void const *y);
 extern void triple_free (void *x);
 
 #endif