Rename Protocol->Register() to Protocol->Install(), add missing header changes
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 28s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
Rafal Kupiec 2024-01-07 20:58:20 +01:00
parent 7fd5273476
commit 87a586ed68
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -259,8 +259,8 @@ typedef struct _XTBL_LOADER_PROTOCOL
struct
{
PBL_GET_MODULES_LIST GetModulesList;
PBL_REGISTER_XT_PROTOCOL Install;
PBL_OPEN_XT_PROTOCOL Open;
PBL_REGISTER_XT_PROTOCOL Register;
} Protocol;
struct
{