summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-01 19:30:49 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-01 19:30:49 +0000
commit76c63b297197f776168c5f42aa10beafdeec5f08 (patch)
tree7947ab981b0ebf5d24be96dc79e4c743b3dc712a /gpsd.h
parented313c928320ef123b22520a105d8710b1f4af90 (diff)
downloadgpsd-76c63b297197f776168c5f42aa10beafdeec5f08.tar.gz
Another small refactoring step.
Now we have saved_baud completely confined to serial.c
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 0520e879..392c2d96 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -272,6 +272,7 @@ extern void dgpsip_autoconnect(struct gps_context_t *,
extern int ntrip_open(struct gps_context_t *, char *);
extern void ntrip_report(struct gps_device_t *);
+extern void gpsd_tty_init(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);