2 * Copyright 2002-2013, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
6 * Distributed under the terms of the NewOS License.
8 #ifndef _KERNEL_UTIL_STRING_HASH_H
9 #define _KERNEL_UTIL_STRING_HASH_H
12 #include <SupportDefs.h>
20 uint32
hash_hash_string(const char* string
);
21 uint32
hash_hash_string_part(const char* string
, size_t maxLength
);
29 #endif /* _KERNEL_UTIL_STRING_HASH_H */