Blame include/ntapi/nt_hash.h

dd89bb
#ifndef _NT_HASH_H_
dd89bb
#define _NT_HASH_H_
dd89bb
414ad3
#include "nt_abi.h"
f2398f
#include "nt_crc32.h"
dd89bb
dd89bb
typedef int32_t __cdecl ntapi_tt_populate_hashed_import_table(
dd89bb
    __in 	void *			image_base,
dd89bb
    __in	void *			import_table,
dd89bb
    __in	ntapi_hashed_symbol *	hash_table,
dd89bb
    __in	uint32_t		hash_table_array_size);
dd89bb
dd89bb
#endif