summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-05 18:56:24 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-05 18:56:24 -0500
commit209144664fa758bc27f334a32b76fab9813c6f97 (patch)
tree2a6b405315d4ac7498a8a698ad4330cb06cf90cc /gpsmon.h
parent326523756d2e93cec14d536d3860b4fa48fa10f7 (diff)
downloadgpsd-209144664fa758bc27f334a32b76fab9813c6f97.tar.gz
Partial splint cleanup. All regression tests pass. PPS is live.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsmon.h b/gpsmon.h
index 370926c3..cc6cd156 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -35,7 +35,7 @@ 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 float timedelta;
+extern double timedelta;
#endif /* _GPSD_GPSMON_H_ */
/* gpsmon.h ends here */