summaryrefslogtreecommitdiffhomepage
path: root/include/ntapi/nt_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntapi/nt_string.h')
-rw-r--r--include/ntapi/nt_string.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ntapi/nt_string.h b/include/ntapi/nt_string.h
index 4fddf8f..059a7ee 100644
--- a/include/ntapi/nt_string.h
+++ b/include/ntapi/nt_string.h
@@ -9,7 +9,6 @@ typedef void * __cdecl ntapi_memset(
int c,
size_t count);
-
typedef int __cdecl ntapi_sprintf(
char * buffer,
const char * format,
@@ -93,6 +92,9 @@ typedef uintptr_t * __cdecl ntapi_tt_aligned_block_memcpy(
__in const uintptr_t * src,
__in size_t bytes);
+typedef void * __cdecl ntapi_tt_aligned_block_memlock(
+ __in void * block,
+ __in size_t bytes);
typedef wchar16_t * __cdecl ntapi_tt_memcpy_utf16(
__in wchar16_t * dst,