/*-------------------------------------------------------------------- --------*/ /* HASH.H */ #if !defined(_HASH_H) #define _HASH_H 1 #ifdef __cplusplus extern "C" { #endif #include DWORD PASCAL HashFromSz(LPCSTR szKey); #ifdef __cplusplus } #endif #endif