X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=640a609c4b0c6c23d56c765fe08438aa271876e7;hb=f2cdbc3683e19fa58e5311e4020c0420901cfed5;hp=c7e5ad4ac88ae96c6598aadd985af7b78b08ff00;hpb=7e793bdd615591495e9010282ca60d017bacfa7d;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index c7e5ad4..640a609 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -95,8 +95,26 @@ extern DECLSPEC int cec_set_active_source(CEC::cec_device_type type); extern DECLSPEC int cec_set_active_source(cec_device_type type); #endif +#ifdef __cplusplus +extern DECLSPEC int cec_set_deck_control_mode(CEC::cec_deck_control_mode mode, int bSendUpdate); +#else +extern DECLSPEC int cec_set_deck_control_mode(cec_deck_control_mode mode, int bSendUpdate); +#endif + +#ifdef __cplusplus +extern DECLSPEC int cec_set_deck_info(CEC::cec_deck_info info, int bSendUpdate); +#else +extern DECLSPEC int cec_set_deck_info(cec_deck_info info, int bSendUpdate); +#endif + extern DECLSPEC int cec_set_inactive_view(void); +#ifdef __cplusplus +extern DECLSPEC int cec_set_menu_state(CEC::cec_menu_state state, int bSendUpdate); +#else +extern DECLSPEC int cec_set_menu_state(cec_menu_state state, int bSendUpdate); +#endif + #ifdef __cplusplus extern DECLSPEC int cec_get_next_log_message(CEC::cec_log_message *message); #else