mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
8 lines
142 B
C
8 lines
142 B
C
|
|
#ifndef _BLOOM_MURMURHASH2
|
|
#define _BLOOM_MURMURHASH2
|
|
|
|
unsigned int murmurhash2(const void * key, int len, const unsigned int seed);
|
|
|
|
#endif
|