X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcecc.h;h=d433b3ebc50cfcf65482de567a116cf9cd5efafd;hb=34d46707cb15bd88ece3afdc14f9388e94a09ff3;hp=972c4a2cf414cec1dfe467cd6a18bb58ea199bbc;hpb=2dbd78f8f765f83e98190c01a123c569aea7c5b6;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