X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcec.h;h=582bf24be77a6b4537965e637fc39ef16eddbb09;hb=ff50391c4f0724c10c7bb19b927e29b92dc40cd3;hp=c1aad1cb5602774d669603d883a4bfb7f3b2d22c;hpb=57f45e6c93ae094071e8a2f3f3786d4f26265a1d;p=deb_libcec.git diff --git a/include/cec.h b/include/cec.h index c1aad1c..582bf24 100644 --- a/include/cec.h +++ b/include/cec.h @@ -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);