prefix hash functions with uc_

fix prototype for hashuint
This commit is contained in:
Nils O. Selåsdal
2012-11-01 00:01:53 +01:00
parent 205096fe4d
commit cef7e3b057
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;