summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-24 06:48:33 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-24 06:48:33 -0500
commit34df72ab62d8b00e1ba3b4c71559dd381d9540d6 (patch)
tree7199e0f316f4fd3391eb215a1308fdd497b3ea56 /gpsmon.h
parent2816615018ca0c329246bf10fe7ec7e08e82bcf0 (diff)
downloadgpsd-34df72ab62d8b00e1ba3b4c71559dd381d9540d6.tar.gz
TOFF display in gpsmon.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpsmon.h b/gpsmon.h
index cb90da28..5e7665fb 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -35,6 +35,9 @@ extern void monitor_complain(const char *fmt, ...);
extern WINDOW *devicewin;
extern struct gps_device_t session;
extern bool serial; /* True - direct mode, False - daemon mode */
+#ifdef NTP_ENABLE
+extern struct timedelta_t time_offset;
+#endif /* NTP_ENABLE */
#endif /* _GPSD_GPSMON_H_ */
/* gpsmon.h ends here */