summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-07 06:16:14 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-07 06:16:14 -0500
commitbd41ecd0f5e19b25be83c6fe0665aa9c9e82ba56 (patch)
treec24c80f377897b3460a35440cc99cd733997e502 /public
parent279b5288c78731a8c707a547735d46883e10e9ea (diff)
chore: LaunchHelpers.fwrk: new alias for `LHLaunchInfo*`.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public')
-rw-r--r--public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
index 36ce50ac..846bb344 100644
--- a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
+++ b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
@@ -23,6 +23,8 @@ struct LHLaunchInfo final {
CF::CFInteger64 fGID{0};
};
+using LHLaunchInfoPtr = LHLaunchInfo*;
+
/// @brief Get launch information.
/// @return the launch information structure.
LHLaunchInfo* LHGetLaunchInfo(Void);