summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2004-08-31 16:40:04 +0000
committerEric S. Raymond <esr@thyrsus.com>2004-08-31 16:40:04 +0000
commit2681ebae3d3b50505a9026e4b760877460c62eee (patch)
treee9bd27670346214daece1ec8b8042e24a069193b /gpsd.h
parentd943d1aa8494ba21f17d9c7d7751f60ee93ff265 (diff)
downloadgpsd-2681ebae3d3b50505a9026e4b760877460c62eee.tar.gz
Attempt FV18 support.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h b/gpsd.h
index e90e0937..72f1a921 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -88,6 +88,7 @@ extern int gpsd_activate(struct gps_session_t *session);
extern void gpsd_deactivate(struct gps_session_t *session);
extern int gpsd_poll(struct gps_session_t *session);
extern void gpsd_wrap(struct gps_session_t *session);
+extern int gpsd_set_7N2(void);
/* caller must supply this */
void gpscli_report(int d, const char *fmt, ...);