summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-12 05:37:20 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-12 05:39:11 -0500
commit28a736ddcfd9d3a4dac72fe61c1ce6346e48bec2 (patch)
treef2df890b41b78a65cdd9525b75fb2ec6a289c0c0 /gpsmon.h
parentbe3e187224492864a400bb97e317a7c99b829e8e (diff)
downloadgpsd-28a736ddcfd9d3a4dac72fe61c1ce6346e48bec2.tar.gz
Fix PPS offset display bug by properly thread-locking some accesses.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsmon.h b/gpsmon.h
index cc6cd156..cb90da28 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -35,7 +35,6 @@ 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 */
-extern double timedelta;
#endif /* _GPSD_GPSMON_H_ */
/* gpsmon.h ends here */