Rename LibCECC implementation of GetMinLibVersion call to match the prototype in...
authorDoug Johnson <finson@whidbey.com>
Wed, 4 Jan 2012 22:47:36 +0000 (14:47 -0800)
committerDoug Johnson <finson@whidbey.com>
Wed, 4 Jan 2012 22:47:36 +0000 (14:47 -0800)
Signed-off-by: Doug Johnson <finson@whidbey.com>
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();