summaryrefslogtreecommitdiffhomepage
path: root/src/fs/ntapi_tt_open_logical_parent_directory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/ntapi_tt_open_logical_parent_directory.c')
-rw-r--r--src/fs/ntapi_tt_open_logical_parent_directory.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fs/ntapi_tt_open_logical_parent_directory.c b/src/fs/ntapi_tt_open_logical_parent_directory.c
index 0f1b7d6..83cbe1f 100644
--- a/src/fs/ntapi_tt_open_logical_parent_directory.c
+++ b/src/fs/ntapi_tt_open_logical_parent_directory.c
@@ -14,8 +14,7 @@ int32_t __stdcall __ntapi_tt_open_logical_parent_directory(
__out uintptr_t * buffer,
__in uint32_t buffer_size,
__in uint32_t desired_access,
- __in uint32_t open_options,
- __out int32_t * type)
+ __in uint32_t open_options)
{
(void)hparent;
(void)hdir;
@@ -23,7 +22,6 @@ int32_t __stdcall __ntapi_tt_open_logical_parent_directory(
(void)buffer_size;
(void)desired_access;
(void)open_options;
- (void)type;
return NT_STATUS_MORE_PROCESSING_REQUIRED;
}