move djbhash into general availability as h_djbhash

This commit is contained in:
Sven M. Hallberg 2013-06-06 13:01:54 +02:00
parent b959bcb5c7
commit e7a388d1c7
3 changed files with 12 additions and 10 deletions

View file

@ -276,6 +276,7 @@ bool h_hashset_equal(const HHashSet *a, const HHashSet *b);
bool h_eq_ptr(const void *p, const void *q);
HHashValue h_hash_ptr(const void *p);
uint32_t h_djbhash(const uint8_t *buf, size_t len);
typedef struct HCFSequence_ HCFSequence;