X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fcecc.h;h=60b54bdedba6bb25beddd3131a6088261031bd7a;hb=f8edb2973d37f3ebfd08291f28be5435d0cf8f64;hp=7e3512f011edb340fe7fbfef48380d2dc6b9a800;hpb=c9549d3519b254239eac22685ea22d81ffa00761;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 7e3512f..60b54bd 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -296,6 +296,16 @@ extern DECLSPEC void cec_rescan_devices(void); extern DECLSPEC int cec_is_libcec_active_source(void); +#ifdef __cplusplus +extern DECLSPEC int cec_get_device_information(const char *strPort, CEC::libcec_configuration *config, uint32_t iTimeoutMs); +#else +extern DECLSPEC int cec_get_device_information(const char *strPort, libcec_configuration *config, uint32_t iTimeoutMs); +#endif + +extern DECLSPEC const char * cec_get_lib_info(void); + +extern DECLSPEC void cec_init_video_standalone(void); + #ifdef __cplusplus }; #endif