loc-api: Exposing gps_get_hardware_interface to C code

Change-Id: Ieffd21d0cb84d88d1304bb82bb5a54137cf967fd
This commit is contained in:
Pandari Sabhapathi 2013-08-28 16:11:44 -07:00 committed by Dongmei Wang
parent 508ad95a84
commit e2bcdc300e

View file

@ -164,7 +164,7 @@ SIDE EFFECTS
N/A
===========================================================================*/
const GpsInterface* gps_get_hardware_interface ()
extern "C" const GpsInterface* gps_get_hardware_interface ()
{
ENTRY_LOG_CALLFLOW();
const GpsInterface* ret_val;