X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=60b54bdedba6bb25beddd3131a6088261031bd7a;hb=63a0b02bd5b8432353e9848468d3b0cf64012c93;hp=779f211752755dd563090538bbc45d6b2942c2db;hpb=bd624ba8248a39d6ab7752d8764683a0cbc1e422;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 779f211..60b54bd 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -302,6 +302,10 @@ extern DECLSPEC int cec_get_device_information(const char *strPort, CEC::libcec_ 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