summaryrefslogtreecommitdiff
path: root/deps/bloom/murmurhash2.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/bloom/murmurhash2.h')
-rw-r--r--deps/bloom/murmurhash2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/bloom/murmurhash2.h b/deps/bloom/murmurhash2.h
new file mode 100644
index 0000000..04c0881
--- /dev/null
+++ b/deps/bloom/murmurhash2.h
@@ -0,0 +1,6 @@
+#ifndef _BLOOM_MURMURHASH2
+#define _BLOOM_MURMURHASH2
+
+unsigned int murmurhash2(const void * key, int len, const unsigned int seed);
+
+#endif