Merge branch 'master' into release
[deb_libcec.git] / include / cecc.h
index 7e3512f011edb340fe7fbfef48380d2dc6b9a800..60b54bdedba6bb25beddd3131a6088261031bd7a 100644 (file)
@@ -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