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:
parent
b01e24b0a2
commit
c537ad2337
@ -40,7 +40,7 @@ void ADDON_ReadSettings(void)
|
|||||||
octonetAddress = buffer;
|
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)
|
if (callbacks == NULL || props == NULL)
|
||||||
return ADDON_STATUS_UNKNOWN;
|
return ADDON_STATUS_UNKNOWN;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user