cec: display a warning message if libCEC was not compiled with adapter detection...
[deb_libcec.git] / src / lib / adapter / USBCECAdapterDetection.h
index 9be3a579346dda4ef177203070591358c9352a9f..9b6c624322c0b8fac152bf928e6221d36d504786 100644 (file)
@@ -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);
   };
 };