summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-24 13:24:42 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-24 13:24:42 -0500
commite0beddef34daa0690acd468ac6480c5df3bd9d0f (patch)
tree73865c3ab1753a4d76ba19b5313f7c59430a397b /gpsmon.h
parent0fdf858fa62cdd419dd31dacdb122f9d7b04b29b (diff)
downloadgpsd-e0beddef34daa0690acd468ac6480c5df3bd9d0f.tar.gz
gpsmon: refactoring step, make utility function for TOS display.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsmon.h b/gpsmon.h
index 5e7665fb..f05e6012 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -37,6 +37,7 @@ extern struct gps_device_t session;
extern bool serial; /* True - direct mode, False - daemon mode */
#ifdef NTP_ENABLE
extern struct timedelta_t time_offset;
+void toff_update(WINDOW *, int, int);
#endif /* NTP_ENABLE */
#endif /* _GPSD_GPSMON_H_ */