summaryrefslogtreecommitdiffhomepage
path: root/src/internal/ntapi_fnapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/ntapi_fnapi.h')
-rw-r--r--src/internal/ntapi_fnapi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/ntapi_fnapi.h b/src/internal/ntapi_fnapi.h
index 396fb59..a7436c5 100644
--- a/src/internal/ntapi_fnapi.h
+++ b/src/internal/ntapi_fnapi.h
@@ -102,6 +102,10 @@ ntapi_tt_update_runtime_data __ntapi_tt_update_runtime_data;
ntapi_tt_exec_map_image_as_data __ntapi_tt_exec_map_image_as_data;
ntapi_tt_exec_unmap_image __ntapi_tt_exec_unmap_image;
+/* nt_token.h */
+ntapi_tt_enable_token_privilege __ntapi_tt_enable_token_privilege;
+ntapi_tt_disable_token_privilege __ntapi_tt_disable_token_privilege;
+
/* nt_section.h */
ntapi_tt_get_section_name __ntapi_tt_get_section_name;