summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorMichael Tatarinov <kukabu@gmail.com>2011-10-24 08:55:57 +0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-24 08:29:55 -0400
commite13263b4c34e1632db587c418233faf24bdb8c0a (patch)
tree3f6c29dbf1d2a1f4b0cadd56f46537cbd1704aba /gpsmon.h
parent889deadcbd56ef5c80b5ae6e64aa8b4e9ea8e6c5 (diff)
downloadgpsd-e13263b4c34e1632db587c418233faf24bdb8c0a.tar.gz
GPS monitor for Garmin Serial binary protocol.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
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 c4c7e309..cb90da28 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -34,6 +34,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 */
#endif /* _GPSD_GPSMON_H_ */
/* gpsmon.h ends here */