X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCEC.h;h=2f3ba51f346c0b34d7f698e432cd740df0fc5212;hb=e7fd53c8e125db215629cdc557c45e2e875d02cc;hp=f65b8186b9e843d2917fa95e98be62b891a1b2a5;hpb=6d2bc8defa92bf09ab5b6600a1d17b81c024b3d8;p=deb_libcec.git diff --git a/src/lib/LibCEC.h b/src/lib/LibCEC.h index f65b818..2f3ba51 100644 --- a/src/lib/LibCEC.h +++ b/src/lib/LibCEC.h @@ -52,6 +52,7 @@ namespace CEC void Close(void); bool EnableCallbacks(void *cbParam, ICECCallbacks *callbacks); int8_t FindAdapters(cec_adapter *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL); + int8_t DetectAdapters(cec_adapter_descriptor *deviceList, uint8_t iBufSize, const char *strDevicePath = NULL); bool PingAdapter(void); bool StartBootloader(void);