X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FAdapterDetection.h;h=359a515e9fcfd69024995ac7730e209ad53d925c;hb=d75be19be59f575e3794761118ff7643bfaf9809;hp=d775bbc88984a50417d6e38b3e0a3f3deb1e467d;hpb=93f86187ea362ab62f9e0f93b77fb3bcc29166ab;p=deb_libcec.git diff --git a/src/lib/AdapterDetection.h b/src/lib/AdapterDetection.h index d775bbc..359a515 100644 --- a/src/lib/AdapterDetection.h +++ b/src/lib/AdapterDetection.h @@ -31,13 +31,13 @@ * http://www.pulse-eight.net/ */ -#include "../../include/CECExports.h" +#include 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); }; };