cec: reset m_bPowerUpEventReceived in CVLCommandHandler when the device lets us know...
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.h
index 8b26741fda621e0b8864a40796d8344780a4779e..699ef40330be4618302679635a333614281dc63b 100644 (file)
@@ -44,6 +44,7 @@ namespace CEC
     bool InitHandler(void);
 
     int HandleDeviceVendorCommandWithId(const cec_command &command);
+    int HandleStandby(const cec_command &command);
     bool TransmitActiveSource(const cec_logical_address iInitiator, uint16_t iPhysicalAddress);
     bool TransmitPendingActiveSourceCommands(void);