hash.h

#ifndef HASH_H // {
#define HASH_H

extern ULONG ComputeHash(const WCHAR * psz);

#endif // HASH_H }