X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=8ca688c3f2efd951474bc4927a254c11ed712977;hb=a4675846959db9180b8a4898919afeb9038529d7;hp=bec392030e6cd67bce5443ed4f7aa3540efdcac7;hpb=722869e27e6f6ef9db09fa9114994e167b7e8894;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index bec3920..8ca688c 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -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.