cec: added GetLibVersionMinor()/cec_get_lib_version_minor() and set the minor version...
[deb_libcec.git] / include / cecc.h
index bec392030e6cd67bce5443ed4f7aa3540efdcac7..8ca688c3f2efd951474bc4927a254c11ed712977 100644 (file)
@@ -105,6 +105,11 @@ extern DECLSPEC int8_t cec_get_min_version(void);
  */
 extern DECLSPEC int8_t cec_get_lib_version(void);
 
+/*!
+ * @return Get the minor version of libcec.
+ */
+extern DECLSPEC int8_t cec_get_lib_version_minor(void);
+
 /*!
  * @brief Power on the connected CEC capable devices.
  * @param address The logical address to power on.