Files
obitools3/src/murmurhash2.h
2016-03-18 11:06:02 +01:00

8 lines
142 B
C
Executable File

#ifndef _BLOOM_MURMURHASH2
#define _BLOOM_MURMURHASH2
unsigned int murmurhash2(const void * key, int len, const unsigned int seed);
#endif