summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-23 15:45:54 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-23 15:45:54 +0000
commit2d130236d0dd5b52f652e257210d9f8ab9bb5933 (patch)
tree8018d4f9216dd6922c6d55ae17fb3fd7dd7ec718 /gpsd.h-tail
parentc437f0c939ba9611fa01b1ba341a3fe03c6542fd (diff)
downloadgpsd-2d130236d0dd5b52f652e257210d9f8ab9bb5933.tar.gz
Parse WATCH responses in the client library. All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail7
1 files changed, 0 insertions, 7 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index f184f9d5..602aae42 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -408,13 +408,6 @@ struct gps_device_t {
/* here are the available GPS drivers */
extern const struct gps_type_t **gpsd_drivers;
-/* isolate this for the request parser */
-struct policy_t {
- int raw; /* is client in raw mode? */
- enum {casoc=0, nocasoc=1} buffer_policy; /* buffering policy */
- bool scaled; /* perform report scaling? */
-};
-
/* gpsd library internal prototypes */
extern gps_mask_t nmea_parse_input(struct gps_device_t *);
extern gps_mask_t nmea_parse(char *, struct gps_device_t *);