cec: changed all Handle...() commands to return a cec_abort_reason and send the corre...
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index f2bfc7ec7a0a7c9ead58845636d206a81fb9acfe..893905766318586502b45d08de7b40fffea25404 100644 (file)
@@ -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);