Rename LibCECC implementation of GetMinLibVersion call to match the prototype in...
[deb_libcec.git] / src / lib / LibCECC.cpp
index cbf7b285ec8a8223eb9a2f25fec26ad21e7d2cb7..579d796ac6883e13e4e5dbcb70185e21ff060a54 100644 (file)
@@ -95,7 +95,7 @@ int cec_start_bootloader(void)
   return -1;
 }
 
-int8_t cec_get_min_version(void)
+int8_t cec_get_min_lib_version(void)
 {
   if (cec_parser)
     return cec_parser->GetMinLibVersion();