ccache/murmurhashneutral2.h

7 lines
145 B
C
Raw Normal View History

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