summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-25 19:28:21 -0700
committerGary E. Miller <gem@rellim.com>2019-03-25 19:28:21 -0700
commitc700827479321d5a5ddf4275d390b3ad7ca53842 (patch)
tree953fd770b8c38bd7e2a304df56c47a52ce76f636 /gps.h
parent3cc2e4cb35ff0f4d9d996e4b444d6c99ec1bd5aa (diff)
downloadgpsd-c700827479321d5a5ddf4275d390b3ad7ca53842.tar.gz
gpsutils: Add datum_code_string().
These datum codes seem standard, other drivers will use them.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index e7b2fe9b..c5059bc3 100644
--- a/gps.h
+++ b/gps.h
@@ -2230,6 +2230,7 @@ extern double earth_distance_and_bearings(double, double, double, double,
double *,
double *);
extern double wgs84_separation(double, double);
+extern void datum_code_string(int code, char *buffer, size_t len);
/* some multipliers for interpreting GPS output */
#define METERS_TO_FEET 3.2808399 /* Meters to U.S./British feet */