X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=d433b3ebc50cfcf65482de567a116cf9cd5efafd;hb=2f37cb68d7f3c71c38065e0e830c564a01b6caf3;hp=972c4a2cf414cec1dfe467cd6a18bb58ea199bbc;hpb=530afcae98edc3800cecaf27c00314ca29defdca;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 972c4a2..d433b3e 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