Rename cec_audio_status() to cec_audio_get_status() to avoid conflict with the cec_au...
[deb_libcec.git] / include / cecc.h
index 5241e7391cd2e6ebe49a2953a59876ac20703e74..074a348383b05d1815ff070a38cd524be15c489b 100644 (file)
@@ -272,6 +272,18 @@ extern DECLSPEC const char * cec_get_lib_info(void);
 
 extern DECLSPEC void cec_init_video_standalone(void);
 
+extern DECLSPEC uint16_t cec_get_adapter_vendor_id(void);
+
+extern DECLSPEC uint16_t cec_get_adapter_product_id(void);
+
+extern DECLSPEC uint8_t cec_audio_toggle_mute(void);
+
+extern DECLSPEC uint8_t cec_audio_mute(void);
+
+extern DECLSPEC uint8_t cec_audio_unmute(void);
+
+extern DECLSPEC uint8_t cec_audio_get_status(void);
+
 #ifdef __cplusplus
 };
 #endif