api related updated

This commit is contained in:
Alwin Esch 2020-05-16 21:35:34 +02:00
parent b01e24b0a2
commit c537ad2337
1 changed files with 1 additions and 1 deletions

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;