X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=0aca0b7683a811efe671e72293656a4c77c529fc;hb=bfea6e0a8ee4bc9e40c64ea68f22db69ac3cb26f;hp=ac1c541e8576314e6afa12d45ad12413b5d90ac9;hpb=a9403e17f1fbb584aa28d493c967f94671d158b7;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index ac1c541..0aca0b7 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -285,9 +285,9 @@ extern DECLSPEC uint8_t cec_audio_unmute(void); extern DECLSPEC uint8_t cec_audio_get_status(void); #ifdef __cplusplus -extern DECLSPEC int8_t cec_detect_adapters(CEC::cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath); +extern DECLSPEC int8_t cec_detect_adapters(CEC::cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath, int bQuickScan); #else -extern DECLSPEC int8_t cec_detect_adapters(cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath); +extern DECLSPEC int8_t cec_detect_adapters(cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath, int bQuickScan); #endif #ifdef __cplusplus