summaryrefslogtreecommitdiff
path: root/murmurhashneutral2.h
diff options
context:
space:
mode:
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