summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-03-08 10:42:04 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-03-08 10:42:04 -0400
commit0deeeb2b1fb55d78c4abedbf88c8f46d9b300ed6 (patch)
tree153b73860dff8d769cbbb3006cdb64d6014e23f0 /gpsd.h-tail
parent93f417401f02b85e936d93cf5f7ba54d75de49de (diff)
downloadgpsd-0deeeb2b1fb55d78c4abedbf88c8f46d9b300ed6.tar.gz
Break timespec_str out of gpsutils.c.
It's not used on the client side, and it's needed separately for ntplib. All regression tesrs pass. PPS is live.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail3
1 files changed, 0 insertions, 3 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 413986ec..83fd6c18 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -922,9 +922,6 @@ extern void ntpshm_link_activate(struct gps_device_t *);
* is tv_sec > 2, then inevitable loss of precision in tv_nsec */
#define TSTONS(ts) ((double)((ts)->tv_sec + ((ts)->tv_nsec / 1e9)))
-extern void timespec_str(const struct timespec *, /*@out@*/char *, int);
-#define TIMESPEC_LEN 22 /* required length of a timespec buffer */
-
extern void errout_reset(struct gpsd_errout_t *errout);
extern void gpsd_acquire_reporting_lock(void);