summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_hash.h')
-rw-r--r--include/ntapi/nt_hash.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/ntapi/nt_hash.h b/include/ntapi/nt_hash.h
new file mode 100644
index 0000000..f0e2492
--- /dev/null
+++ b/include/ntapi/nt_hash.h
@@ -0,0 +1,13 @@
+#ifndef _NT_HASH_H_
+#define _NT_HASH_H_
+
+#include <psxtypes/psxtypes.h>
+#include <ntapi/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