added missing dependencies to fix failing unistr/ tests
[gnulib.git] / lib / hash-triple.h
index 7abe970..51863c9 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