mirror of
				https://github.com/DigitalDevices/pvr.octonet.git
				synced 2025-03-01 10:53:09 +00:00 
			
		
		
		
	api related updated
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user