X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=gnu%2Fhash.h;fp=gnu%2Fhash.h;h=98f965d0498b8bd3be43b455b4d15bf1eca80b7d;hp=9db337422ba84c5ae01bf817a37c647880b68df9;hb=de7372b23c3da92fbfaea2d1ac592f0b2ba87914;hpb=fbbfb9406a82e647ce27b6462b11a802fa48f31a diff --git a/gnu/hash.h b/gnu/hash.h index 9db3374..98f965d 100644 --- a/gnu/hash.h +++ b/gnu/hash.h @@ -90,6 +90,8 @@ void hash_free (Hash_table *); /* Insertion and deletion. */ bool hash_rehash (Hash_table *, size_t) ATTRIBUTE_WUR; void *hash_insert (Hash_table *, const void *) ATTRIBUTE_WUR; +int hash_insert0 (Hash_table *table, const void *entry, + const void **matched_ent); void *hash_delete (Hash_table *, const void *); #endif