cec: bump interface version numbers to 1.7.1
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index f2bfc7ec7a0a7c9ead58845636d206a81fb9acfe..8b26741fda621e0b8864a40796d8344780a4779e 100644 (file)
@@ -43,10 +43,11 @@ 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);
 
+    int HandleVendorCommand(const cec_command &command);
     bool PowerUpEventReceived(void);
     bool SupportsDeviceType(const cec_device_type type) const { return type != CEC_DEVICE_TYPE_RECORDING_DEVICE; };
     cec_device_type GetReplacementDeviceType(const cec_device_type type) const { return type == CEC_DEVICE_TYPE_RECORDING_DEVICE ? CEC_DEVICE_TYPE_PLAYBACK_DEVICE : type; }