cec: added logical address autodetection and let libcec handle multiple types simulta...
[deb_libcec.git] / include / cec.h
index c1aad1cb5602774d669603d883a4bfb7f3b2d22c..582bf24be77a6b4537965e637fc39ef16eddbb09 100644 (file)
@@ -172,6 +172,7 @@ namespace CEC
   };
 };
 
+extern "C" DECLSPEC void * CECInit(const char *strDeviceName, CEC::cec_device_type_list devicesTypes);
 extern "C" DECLSPEC void * CECCreate(const char *strDeviceName, CEC::cec_logical_address iLogicalAddress = CEC::CECDEVICE_PLAYBACKDEVICE1, uint16_t iPhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS);
 extern "C" DECLSPEC void CECDestroy(CEC::ICECAdapter *instance);