summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_object.h')
-rw-r--r--include/ntapi/nt_object.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ntapi/nt_object.h b/include/ntapi/nt_object.h
index b76b43b..c89467e 100644
--- a/include/ntapi/nt_object.h
+++ b/include/ntapi/nt_object.h
@@ -569,4 +569,9 @@ typedef void __stdcall ntapi_tt_sid_copy(
__in const nt_sid * src);
+typedef int32_t __stdcall ntapi_tt_sid_compare(
+ __in const nt_sid * sida,
+ __in const nt_sid * sidb);
+
+
#endif