src/sn_hashtable.[ch]: Implement sn_hashtable_check_collision().
[sort-networks.git] / src / sn_hashtable.h
index 3871646..08eab18 100644 (file)
@@ -42,6 +42,7 @@ sn_hashtable_t *sn_hashtable_create (void);
 void sn_hashtable_destroy (sn_hashtable_t *ht);
 
 int sn_hashtable_account (sn_hashtable_t *ht, const sn_network_t *n);
+_Bool sn_hashtable_check_collision (sn_hashtable_t *ht, const sn_network_t *n);
 
 uint64_t sn_hashtable_get_collisions (sn_hashtable_t *ht);
 double   sn_hashtable_get_collisions_pct (sn_hashtable_t *ht);