summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-01 19:15:13 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-01 19:15:13 +0000
commit95babe14d50e989dc7e345e5238d048027d9ba29 (patch)
tree77f407f49cfc1c5258561c0525308a1491dc4862 /gpsd.h
parentba6cb373cb547dae6be27f1aad7867ae5800d915 (diff)
downloadgpsd-95babe14d50e989dc7e345e5238d048027d9ba29.tar.gz
Pure refactoring.
Give serial.c a new entry point so storage for TTY settings can stay private to serial.c rather than being tweaked in the Garmin driver.
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 f170b3e3..49f8ad6a 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -273,6 +273,7 @@ extern int ntrip_open(struct gps_context_t *, char *);
extern void ntrip_report(struct gps_device_t *);
extern int gpsd_open(struct gps_device_t *);
+extern bool gpsd_set_raw(struct gps_device_t *);
extern bool gpsd_write(struct gps_device_t *, void const *, size_t);
extern bool gpsd_next_hunt_setting(struct gps_device_t *);
extern int gpsd_switch_driver(struct gps_device_t *, char *);