summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-16 07:39:50 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-16 07:39:50 -0500
commit9cd6c4b35d43b1bd7f140189ad86cab11688b5d8 (patch)
tree302e845327bc00b8a5e8b7e574fe1b957eae642b /gpsd.h-tail
parentab36b5aa971bf76e021de0e62a85a6e2b3ce7cba (diff)
downloadgpsd-9cd6c4b35d43b1bd7f140189ad86cab11688b5d8.tar.gz
Bug fix: AIS JSON objects get a device field.
All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 19756e31..3a730ba1 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -655,8 +655,6 @@ extern bool ubx_write(struct gps_device_t *, unsigned int, unsigned int,
extern bool aivdm_decode(const char *, size_t,
struct aivdm_context_t [],
struct ais_t *);
-extern void json_aivdm_dump(const struct ais_t *, bool,
- /*@out@*/char *, size_t);
extern gps_mask_t processMTK3301(int c UNUSED,
char *field[], struct gps_device_t *session);