move djbhash into general availability as h_djbhash
This commit is contained in:
parent
b959bcb5c7
commit
e7a388d1c7
3 changed files with 12 additions and 10 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue