ccache/murmurhashneutral2.h
2010-01-05 18:53:01 +01:00

7 lines
145 B
C

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