libcec v0.5 (WIP)
[deb_libcec.git] / src / lib / AdapterDetection.h
index d775bbc88984a50417d6e38b3e0a3f3deb1e467d..8af1834ba75efbb1b20579deca51785b6de7f87a 100644 (file)
@@ -38,6 +38,6 @@ namespace CEC
   class CAdapterDetection
   {
   public:
-    static int FindAdapters(std::vector<cec_adapter> &deviceList, const char *strDevicePath = NULL);
+    static uint8_t FindAdapters(cec_adapter *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL); 
   };
 };