diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 12:30:56 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-24 12:30:56 +0100 |
| commit | efdde41a4421fc44027f4b12d84adcb13adf11e0 (patch) | |
| tree | d9958420b61acfccb90cdf8642b3b58746ed24c2 /src/libSystem | |
| parent | 0c43e344918569474e1460876105c9f1eb43efa8 (diff) | |
[FEAT] Add User AgeAuth API.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSystem')
| -rw-r--r-- | src/libSystem/SystemKit/System.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libSystem/SystemKit/System.h b/src/libSystem/SystemKit/System.h index 324aae5c..7e4a9ae6 100644 --- a/src/libSystem/SystemKit/System.h +++ b/src/libSystem/SystemKit/System.h @@ -408,4 +408,10 @@ IMPORT_C SInt32 SemWait(_Input SemaphoreRef sem); /// @brief Close a semaphore. IMPORT_C SInt32 SemClose(_Input SemaphoreRef sem); +// ------------------------------------------------------------------------------------------ // +// @brief User AgeAuth API. +// ------------------------------------------------------------------------------------------ // + +IMPORT_C SInt32 UserIsAdult(_Input SInt32 uid); + #endif // ifndef SYSTEMKIT_SYSTEM_H |
