summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/ntapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/ntapi.h')
-rw-r--r--include/ntapi/ntapi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index 07d2ecf..5aa97bd 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -5,6 +5,7 @@
#include "nt_compiler.h"
#include "nt_status.h"
#include "nt_crc32.h"
+#include "nt_crc64.h"
#include "nt_object.h"
#include "nt_sysinfo.h"
#include "nt_memory.h"
@@ -374,6 +375,11 @@ typedef struct _ntapi_vtbl {
ntapi_tt_mbstr_crc32 * tt_mbstr_crc32;
ntapi_tt_crc32_table * tt_crc32_table;
+ /* nt_crc64.h */
+ ntapi_tt_buffer_crc64 * tt_buffer_crc64;
+ ntapi_tt_mbstr_crc64 * tt_mbstr_crc64;
+ ntapi_tt_crc64_table * tt_crc64_table;
+
/* nt_file.h */
ntapi_tt_get_file_handle_type * tt_get_file_handle_type;
ntapi_tt_open_logical_parent_directory * tt_open_logical_parent_directory;