cec: bump version numbers to 1.5, to prepare for the new release
[deb_libcec.git] / include / cecc.h
index 050271b6b98dea4bef9564800ab9905249088e93..7e3512f011edb340fe7fbfef48380d2dc6b9a800 100644 (file)
@@ -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