X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.h;h=893905766318586502b45d08de7b40fffea25404;hb=9a54dc825e7730a1f2cb8edb201256dbd88da614;hp=f2bfc7ec7a0a7c9ead58845636d206a81fb9acfe;hpb=36cc67e083b00ccd6c74be13f5dbf61601dc2795;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.h b/src/lib/implementations/VLCommandHandler.h index f2bfc7e..8939057 100644 --- a/src/lib/implementations/VLCommandHandler.h +++ b/src/lib/implementations/VLCommandHandler.h @@ -43,7 +43,7 @@ namespace CEC bool InitHandler(void); - bool HandleDeviceVendorCommandWithId(const cec_command &command); + int HandleDeviceVendorCommandWithId(const cec_command &command); bool TransmitActiveSource(const cec_logical_address iInitiator, uint16_t iPhysicalAddress); bool TransmitPendingActiveSourceCommands(void);