X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FRLCommandHandler.h;h=be9b5d9af39ccc30f2f17d3dd18fe6d2af62f8c1;hb=58691fb86d4dd7daac8b283a1bf1f125f00847a5;hp=1bb04993c221c0b472cc493ac99ce8a88c054718;hpb=16f47961800432dbdd5b3ead717908f383d26d6b;p=deb_libcec.git diff --git a/src/lib/implementations/RLCommandHandler.h b/src/lib/implementations/RLCommandHandler.h index 1bb0499..be9b5d9 100644 --- a/src/lib/implementations/RLCommandHandler.h +++ b/src/lib/implementations/RLCommandHandler.h @@ -46,5 +46,6 @@ namespace CEC virtual ~CRLCommandHandler(void) {}; bool InitHandler(void); + int HandleDeviceVendorCommandWithId(const cec_command &command); }; };