00001 #ifndef HASH_H
00002 #define HASH_H
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00008 uint32_t hash(const void *key, size_t length, const uint32_t initval);
00009
00010 #ifdef __cplusplus
00011 }
00012 #endif
00013
00014 #endif
00015