summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-03-15 12:57:43 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-03-15 12:57:43 -0400
commit5180a0b3523cf78f833d9b38c8b80504f8bc2f39 (patch)
tree085d520097c3777a96bcb6add12fc14a9cc71f0c
parentda99898c78a5c580ef1cb54fdcbd66cb7d48d429 (diff)
add hash.h
-rw-r--r--hash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/hash.h b/hash.h
new file mode 100644
index 00000000..e56c4670
--- /dev/null
+++ b/hash.h
@@ -0,0 +1,4 @@
+#ifndef __HASH__
+#define __HASH__
+int btrfs_name_hash(const char *name, int len, u64 *hash_result);
+#endif