diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2004-08-31 16:40:04 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2004-08-31 16:40:04 +0000 |
commit | 2681ebae3d3b50505a9026e4b760877460c62eee (patch) | |
tree | e9bd27670346214daece1ec8b8042e24a069193b /gpsd.h | |
parent | d943d1aa8494ba21f17d9c7d7751f60ee93ff265 (diff) | |
download | gpsd-2681ebae3d3b50505a9026e4b760877460c62eee.tar.gz |
Attempt FV18 support.
Diffstat (limited to 'gpsd.h')
-rw-r--r-- | gpsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, ...); |