prefix hash functions with uc_
fix prototype for hashuint
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#include "ucore_hash.h"
|
||||
|
||||
uint32_t
|
||||
uc_hashint(uint32_t a)
|
||||
uc_hashuint(uint32_t a)
|
||||
{
|
||||
a = (a ^ 61) ^ (a >> 16);
|
||||
a = a + (a << 3);
|
||||
|
||||
Reference in New Issue
Block a user