#ifndef VPFAPI_HEADER #define VPFAPI_HEADER #ifdef __cplusplus extern "C" { #endif float distance(double lat1, double lon1, double lat2, double lon2, int units ); #if defined(__cplusplus) } #endif #endif