cec: display a warning message if libCEC was not compiled with adapter detection...
[deb_libcec.git] / src / lib / adapter / USBCECAdapterDetection.h
index 45b641b476a47593938bec590e0097243bd7ff63..9b6c624322c0b8fac152bf928e6221d36d504786 100644 (file)
  *     http://www.pulse-eight.net/
  */
 
-#include <cectypes.h>
+#include "../../../include/cectypes.h"
 
 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);
   };
 };