cec: added SetHDMIPort()/cec_set_hdmi_port(). devices are now detected on load and...
[deb_libcec.git] / include / cecc.h
index c6446622c1598e506e0e8dcb721f1dc2ce224de3..409f03a57e730cfe7a471964fa9728611de9623c 100644 (file)
@@ -185,6 +185,8 @@ extern DECLSPEC int cec_is_active_device_type(CEC::cec_device_type type);
 extern DECLSPEC int cec_is_active_device_type(cec_device_type type);
 #endif
 
+extern DECLSPEC int cec_set_hdmi_port(uint8_t iPort);
+
 #ifdef __cplusplus
 };
 #endif