X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=include%2Fcecc.h;h=e1c2942d877ef9b2d678270ebd2066daf4dc8295;hb=e6e63f5d844124caa7bb47f2ac96e9cbc66ee1fc;hp=8ca688c3f2efd951474bc4927a254c11ed712977;hpb=eafd9beda6b5e5aafaccd7a0e3de65c632d494e0;p=deb_libcec.git diff --git a/include/cecc.h b/include/cecc.h index 8ca688c..e1c2942 100644 --- a/include/cecc.h +++ b/include/cecc.h @@ -98,12 +98,12 @@ extern DECLSPEC int cec_start_bootloader(void); /*! * @return Get the minimal version of libcec that this version of libcec can interface with. */ -extern DECLSPEC int8_t cec_get_min_version(void); +extern DECLSPEC int8_t cec_get_min_lib_version(void); /*! - * @return Get the version of libcec. + * @return Get the major version of libcec. */ -extern DECLSPEC int8_t cec_get_lib_version(void); +extern DECLSPEC int8_t cec_get_lib_version_major(void); /*! * @return Get the minor version of libcec.