X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=7e3512f011edb340fe7fbfef48380d2dc6b9a800;hb=1b469124aa1f79269686492c391d54e43525ccf4;hp=050271b6b98dea4bef9564800ab9905249088e93;hpb=caca2d81263ae8fd7400298329a4a2e95bdb99e1;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 050271b..7e3512f 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -272,6 +272,30 @@ extern DECLSPEC CEC::cec_logical_addresses cec_get_logical_addresses(void); extern DECLSPEC cec_logical_addresses cec_get_logical_addresses(void); #endif +#ifdef __cplusplus +extern DECLSPEC int cec_get_current_configuration(CEC::libcec_configuration *configuration); +#else +extern DECLSPEC int cec_get_current_configuration(libcec_configuration *configuration); +#endif + +extern DECLSPEC int cec_can_persist_configuration(void); + +#ifdef __cplusplus +extern DECLSPEC int cec_persist_configuration(CEC::libcec_configuration *configuration); +#else +extern DECLSPEC int cec_persist_configuration(libcec_configuration *configuration); +#endif + +#ifdef __cplusplus +extern DECLSPEC int cec_set_configuration(const CEC::libcec_configuration *configuration); +#else +extern DECLSPEC int cec_set_configuration(const libcec_configuration *configuration); +#endif + +extern DECLSPEC void cec_rescan_devices(void); + +extern DECLSPEC int cec_is_libcec_active_source(void); + #ifdef __cplusplus }; #endif