summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_hash.h
blob: f846f720e07bd2e2d2898be20cc76176dbf92196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _NT_HASH_H_
#define _NT_HASH_H_

#include <psxtypes/psxtypes.h>
#include "nt_hash.h"

typedef int32_t __cdecl ntapi_tt_populate_hashed_import_table(
    __in 	void *			image_base,
    __in	void *			import_table,
    __in	ntapi_hashed_symbol *	hash_table,
    __in	uint32_t		hash_table_array_size);

#endif