diff options
Diffstat (limited to 'core/divesitehelpers.h')
-rw-r--r-- | core/divesitehelpers.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/divesitehelpers.h b/core/divesitehelpers.h index eabb156f4..a894da60d 100644 --- a/core/divesitehelpers.h +++ b/core/divesitehelpers.h @@ -2,6 +2,11 @@ #ifndef DIVESITEHELPERS_H #define DIVESITEHELPERS_H -void reverseGeoLookup(); +#include "taxonomy.h" +#include "units.h" + +// Perform a reverse geo-lookup and put data in the provided taxonomy field. +// Original data with the exception of OCEAN will be overwritten. +void reverseGeoLookup(degrees_t latitude, degrees_t longitude, taxonomy_data *taxonomy); #endif // DIVESITEHELPERS_H |