Rename cec_audio_status() to cec_audio_get_status() to avoid conflict with the cec_au...
[deb_libcec.git] / include / cecc.h
index 2e1f9a80d8ab6f5260aa7eaf47450a9be51f238f..074a348383b05d1815ff070a38cd524be15c489b 100644 (file)
@@ -282,7 +282,7 @@ extern DECLSPEC uint8_t cec_audio_mute(void);
 
 extern DECLSPEC uint8_t cec_audio_unmute(void);
 
-extern DECLSPEC uint8_t cec_audio_status(void);
+extern DECLSPEC uint8_t cec_audio_get_status(void);
 
 #ifdef __cplusplus
 };