#ifndef _H_HASH_ #define _H_HASH_ #ifndef HASH_PRIME #define HASH_PRIME 31741 #endif typedef unsigned long hash_t; extern hash_t common_hash _ANSI_PROTO_((char*)); extern hash_t lcase_hash _ANSI_PROTO_((char*)); extern int lcase _ANSI_PROTO_((int)); extern int lcasecmp _ANSI_PROTO_((char*,char*)); #endif /* _H_HASH_ */