summaryrefslogtreecommitdiff
path: root/murmurhashneutral2.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-02-17 21:28:53 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-02-17 21:28:53 +0000
commit189d7eb970b025c570c7ccce916759083373bdde (patch)
treef4f7c3a71ecc7851a8a7b86206bbb202b5cab551 /murmurhashneutral2.h
downloadccache-tarball-189d7eb970b025c570c7ccce916759083373bdde.tar.gz
Diffstat (limited to 'murmurhashneutral2.h')
-rw-r--r--murmurhashneutral2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/murmurhashneutral2.h b/murmurhashneutral2.h
new file mode 100644
index 0000000..fe056fd
--- /dev/null
+++ b/murmurhashneutral2.h
@@ -0,0 +1,6 @@
+#ifndef MURMURHASHNEUTRAL2_H
+#define MURMURHASHNEUTRAL2_H
+
+unsigned int murmurhashneutral2(const void *key, int len, unsigned int seed);
+
+#endif