X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FUSBCECAdapterDetection.h;h=9b6c624322c0b8fac152bf928e6221d36d504786;hb=6807ee552093006e07f9e9c3aaec20025d9a9a05;hp=9be3a579346dda4ef177203070591358c9352a9f;hpb=142d9730b03e137b8cf5b11c2435e5544ea235dc;p=deb_libcec.git diff --git a/src/lib/adapter/USBCECAdapterDetection.h b/src/lib/adapter/USBCECAdapterDetection.h index 9be3a57..9b6c624 100644 --- a/src/lib/adapter/USBCECAdapterDetection.h +++ b/src/lib/adapter/USBCECAdapterDetection.h @@ -38,6 +38,7 @@ namespace CEC class CUSBCECAdapterDetection { public: - static uint8_t FindAdapters(cec_adapter *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL); + static uint8_t FindAdapters(cec_adapter *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL); + static bool CanAutodetect(void); }; };