X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FAdapterDetection.h;h=8af1834ba75efbb1b20579deca51785b6de7f87a;hb=25701fa60407a0fc0bc1dfcd4049fc01ad9e4fd1;hp=d775bbc88984a50417d6e38b3e0a3f3deb1e467d;hpb=262f3b0529397d1c76ede935b8ef572b013e90d3;p=deb_libcec.git diff --git a/src/lib/AdapterDetection.h b/src/lib/AdapterDetection.h index d775bbc..8af1834 100644 --- a/src/lib/AdapterDetection.h +++ b/src/lib/AdapterDetection.h @@ -38,6 +38,6 @@ namespace CEC class CAdapterDetection { public: - static int FindAdapters(std::vector &deviceList, const char *strDevicePath = NULL); + static uint8_t FindAdapters(cec_adapter *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL); }; };