summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-21 04:05:36 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-21 04:05:36 -0500
commit45ec8b87531c5c967ab94dd531abe417dc912bf2 (patch)
treed0c83c71b04103dd490d9fd037f9ab08099f1d26 /gpsd.h-tail
parent957f747cc8e302e694ab9ea3ed52ac3cd204cae5 (diff)
downloadgpsd-45ec8b87531c5c967ab94dd531abe417dc912bf2.tar.gz
Another refactoring step for the time logic. All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index c16cc11a..4b20fa8d 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -603,7 +603,7 @@ extern int hex2bin(const char *);
extern ssize_t hex_escapes(/*@out@*/char *, const char *);
extern void ntpd_link_activate(struct gps_device_t *);
extern char /*@observer@*/ *gpsd_id(/*@in@*/struct gps_device_t *);
-extern void gpsd_time_init(struct gps_context_t *);
+extern void gpsd_time_init(struct gps_context_t *, time_t);
extern void gpsd_rollover_check(/*@in@ */ struct gps_device_t *, const double);
extern double gpsd_resolve_time(/*@in@ */ struct gps_device_t *,
const unsigned short, const double);