btrfs-progs/hash.h

5 lines
107 B
C
Raw Normal View History

2007-03-15 16:57:43 +00:00
#ifndef __HASH__
#define __HASH__
int btrfs_name_hash(const char *name, int len, u64 *hash_result);
#endif