1
0
mirror of https://github.com/DigitalDevices/pvr.octonet.git synced 2023-10-10 13:36:57 +02:00

api related updated

This commit is contained in:
Alwin Esch 2020-05-16 21:35:34 +02:00
parent b01e24b0a2
commit c537ad2337

View File

@ -40,7 +40,7 @@ void ADDON_ReadSettings(void)
octonetAddress = buffer;
}
ADDON_STATUS ADDON_Create(void *callbacks, void* props)
ADDON_STATUS ADDON_Create(void* callbacks, const char* globalApiVersion, void* props)
{
if (callbacks == NULL || props == NULL)
return ADDON_STATUS_UNKNOWN;