Ignore:
Timestamp:
2012-07-21T13:37:09Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2348a9
Parents:
0ca7286
Message:

Replaced separate uspace hash_set implementation with uspace's hash_table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/adt/hash_table.c

    r0ca7286 r2732c94  
    219219 *
    220220 */
    221 link_t *hash_table_find(hash_table_t *h, unsigned long key[])
     221link_t *hash_table_find(const hash_table_t *h, unsigned long key[])
    222222{
    223223        assert(h && h->bucket);
Note: See TracChangeset for help on using the changeset viewer.