X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhash.h;h=5f91e999bd145941c8b5957e9bc9b8c3ad3df4d4;hb=a2ae92ef0232df237fef9af3e52b52b67d44cb93;hp=e795cdc836bf4c2b7c33ad96147c18b39a0d8782;hpb=8d8eda4eab3d2801251daf4eb31756c3595e2fc6;p=gnulib.git diff --git a/lib/hash.h b/lib/hash.h index e795cdc83..5f91e999b 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -88,6 +88,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