summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsd.h b/gpsd.h
index 265f1580..7cc56303 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -880,6 +880,8 @@ extern void gpsd_time_init(struct gps_context_t *, time_t);
extern void gpsd_set_century(struct gps_device_t *);
extern timestamp_t gpsd_gpstime_resolve(struct gps_device_t *,
const unsigned short, const double);
+extern timespec_t gpsd_gpstime_resolv(struct gps_device_t *,
+ const unsigned short, const timespec_t);
extern timestamp_t gpsd_utc_resolve(struct gps_device_t *);
extern void gpsd_century_update(struct gps_device_t *, int);