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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ntapi/ntapi.h b/include/ntapi/ntapi.h
index 054d66a..714abf0 100644
--- a/include/ntapi/ntapi.h
+++ b/include/ntapi/ntapi.h
@@ -447,6 +447,10 @@ typedef struct _ntapi_vtbl {
ntapi_tt_exec_map_image_as_data * tt_exec_map_image_as_data;
ntapi_tt_exec_unmap_image * tt_exec_unmap_image;
+ /* nt_token.h */
+ ntapi_tt_enable_token_privilege * tt_enable_token_privilege;
+ ntapi_tt_disable_token_privilege * tt_disable_token_privilege;
+
/* nt_section.h */
ntapi_tt_get_section_name * tt_get_section_name;