summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-23 09:37:44 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-23 09:37:44 -0400
commit434a2b0d05f61f645633df4331f503f9d11af0b8 (patch)
tree01cff29a37515e4e54d44495395fa7905f531cba /gpsd.h-tail
parent4c1a4257a35ea0c192ebd72e2c4ab4b3c675bebc (diff)
downloadgpsd-434a2b0d05f61f645633df4331f503f9d11af0b8.tar.gz
Move as much of the PPS support as possible to ntpshm.c.
All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index bd7329ef..9019b284 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -702,6 +702,7 @@ extern int ntpshm_alloc(struct gps_context_t *);
extern bool ntpshm_free(struct gps_context_t *, int);
extern int ntpshm_put(struct gps_device_t *, double, double);
extern int ntpshm_pps(struct gps_device_t *,struct timeval *);
+extern void ntpd_link_activate(struct gps_device_t *);
extern void ecef_to_wgs84fix(/*@out@*/struct gps_fix_t *,
/*@out@*/double *,