mirror of
https://github.com/reactos/ccache.git
synced 2024-11-23 11:49:41 +00:00
7 lines
145 B
C
7 lines
145 B
C
#ifndef MURMURHASHNEUTRAL2_H
|
|
#define MURMURHASHNEUTRAL2_H
|
|
|
|
unsigned int murmurhashneutral2(const void *key, int len, unsigned int seed);
|
|
|
|
#endif
|