added DetectAdapters() method, that returns all device information for detected adapt...
[deb_libcec.git] / src / lib / adapter / Pulse-Eight / USBCECAdapterDetection.h
index 37478b9632036770d6e480537c94252d074d9ad6..5640881a3f8de2cda6369990dd3e0a5c93956225 100644 (file)
@@ -40,7 +40,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_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL);
     static bool    CanAutodetect(void);
   };
 };