summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-12 16:56:49 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-12 18:24:39 -0500
commitdf9232c655921ed37083c9509940fdb52b8f70fa (patch)
tree4d20a940ef2b991d1b68304241607e8ca137425d /gps.h
parentcb75e02a7f2b1854f956e7fa0565dfc31c791dc9 (diff)
downloadgpsd-df9232c655921ed37083c9509940fdb52b8f70fa.tar.gz
Replace Gary's magic number 22 with TIMESPEC_LEN.
All regression tests pass.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index b6ee0f63..33238ce4 100644
--- a/gps.h
+++ b/gps.h
@@ -2065,7 +2065,6 @@ extern double earth_distance_and_bearings(double, double, double, double,
/*@null@*//*@out@*/double *,
/*@null@*//*@out@*/double *);
extern double wgs84_separation(double, double);
-extern int timespec_str(struct timespec *, /*@out@*/char *, int);
/* some multipliers for interpreting GPS output */
#define METERS_TO_FEET 3.2808399 /* Meters to U.S./British feet */