X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Futil%2Fhash_table.h;fp=src%2Futil%2Fhash_table.h;h=40ff041e94ba1bd57bc682307e1f2778865f54e6;hb=4ec8b39fcd8086ff73334dcb31491d907ac08e85;hp=3846dad4b4a9abb2a79ba311a8b4146efb04e395;hpb=a3150c1d06ae7766c3d3fe3b33432e55c3c7527e;p=mesa.git diff --git a/src/util/hash_table.h b/src/util/hash_table.h index 3846dad4b4a..40ff041e94b 100644 --- a/src/util/hash_table.h +++ b/src/util/hash_table.h @@ -88,6 +88,8 @@ _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash, const void *key); void _mesa_hash_table_remove(struct hash_table *ht, struct hash_entry *entry); +void _mesa_hash_table_remove_key(struct hash_table *ht, + const void *key); struct hash_entry *_mesa_hash_table_next_entry(struct hash_table *ht, struct hash_entry *entry);