Changeset 1858 for trunk/src/kmk/hash.h


Ignore:
Timestamp:
Oct 13, 2008, 6:35:21 AM (17 years ago)
Author:
bird
Message:

kmk: Added hash_find_slot_prehashed for the benefit of the strcache and includedep.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/hash.h

    r903 r1858  
    6363                    unsigned long cardinality, unsigned long size));
    6464void **hash_find_slot __P((struct hash_table *ht, void const *key));
     65#ifdef CONFIG_WITH_VALUE_LENGTH
     66void **hash_find_slot_prehashed __P((struct hash_table *ht, const void *key,
     67                                     unsigned int hash_1, unsigned int hash_2));
     68#endif
    6569void *hash_find_item __P((struct hash_table *ht, void const *key));
    6670void *hash_insert __P((struct hash_table *ht, const void *item));
Note: See TracChangeset for help on using the changeset viewer.