00001 #ifndef BITWISEHASH_H 00002 #define BITWISEHASH_H 00003 00004 unsigned int bitwisehash(const char *word, int tsize); 00005 unsigned int bitwisehash(unsigned int key, int tsize); 00006 00007 #endif