[CVE-2016-9841] Use post-increment only in inffast.c.
[platform/upstream/ccache.git] / murmurhashneutral2.h
1 #ifndef MURMURHASHNEUTRAL2_H
2 #define MURMURHASHNEUTRAL2_H
3
4 unsigned int murmurhashneutral2(const void *key, int len, unsigned int seed);
5
6 #endif