summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/KernelKit/IPEFDylibObject.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-23 22:27:47 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-04-23 22:27:47 +0200
commitb55d3ac738b40677c579221b4f0dbf294dc3b017 (patch)
tree2ce2089d58f1d5d1bfca642442e20c2b4ad8255c /dev/kernel/KernelKit/IPEFDylibObject.h
parent46d60a746e86270e0f2a66f724e809fca32679c0 (diff)
dev, kernel: necessary refactors regarding future changes.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/KernelKit/IPEFDylibObject.h')
-rw-r--r--dev/kernel/KernelKit/IPEFDylibObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/kernel/KernelKit/IPEFDylibObject.h b/dev/kernel/KernelKit/IPEFDylibObject.h
index 82f08932..a708fb6c 100644
--- a/dev/kernel/KernelKit/IPEFDylibObject.h
+++ b/dev/kernel/KernelKit/IPEFDylibObject.h
@@ -99,8 +99,8 @@ namespace Kernel
typedef IPEFDylibObject* IDylibRef;
- EXTERN_C IDylibRef rtl_init_dylib(USER_PROCESS& header);
- EXTERN_C Void rtl_fini_dylib(USER_PROCESS& header, IDylibRef lib, Bool* successful);
+ EXTERN_C IDylibRef rtl_init_dylib_pef(USER_PROCESS& header);
+ EXTERN_C Void rtl_fini_dylib_pef(USER_PROCESS& header, IDylibRef lib, Bool* successful);
} // namespace Kernel
#endif /* ifndef __KERNELKIT_SHARED_OBJECT_H__ */