cec: restore the order in the headers
[deb_libcec.git] / include / cecc.h
index 050271b6b98dea4bef9564800ab9905249088e93..22fb9a3a1ee5d10968c88c2681d85ad686f0a98b 100644 (file)
@@ -272,6 +272,28 @@ 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);
+
 #ifdef __cplusplus
 };
 #endif