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
|
||||
sax_hash(void *key, size_t len)
|
||||
uc_sax_hash(void *key, size_t len)
|
||||
{
|
||||
unsigned char *p = key;
|
||||
unsigned h = 0;
|
||||
|
||||
Reference in New Issue
Block a user