summaryrefslogtreecommitdiff
path: root/murmurhashneutral2.h
blob: fe056fd2ef7794aacfc7839f0bf152172086c97c (plain)
1
2
3
4
5
6
#ifndef MURMURHASHNEUTRAL2_H
#define MURMURHASHNEUTRAL2_H

unsigned int murmurhashneutral2(const void *key, int len, unsigned int seed);

#endif