summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-30 22:14:09 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-30 22:14:09 +0000
commit9714220e8d32fc6d5367652283646c0c1ce1c7f6 (patch)
tree19b2416acfab6ec4eee0d81327e20670b859e9fa /gpsd.h-tail
parent38f38fed757c6999a13dd9b53d37f2076d88742d (diff)
downloadgpsd-9714220e8d32fc6d5367652283646c0c1ce1c7f6.tar.gz
Back out a change that broke regression tests. All tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 95ac1312..247c2d85 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -503,7 +503,7 @@ extern void ubx_catch_model(struct gps_device_t *,
#endif /* UBX_ENABLE */
#ifdef AIVDM_ENABLE
extern bool aivdm_decode(char *, size_t, struct aivdm_context_t *);
-extern void aivdm_dump(struct ais_t *, bool, char *, size_t);
+extern void aivdm_json_dump(struct ais_t *, bool, char *, size_t);
#endif /* AIVDM_ENABLE */
#ifdef MKT3301_ENABLE
extern gps_mask_t processMKT3301(int c UNUSED, char *field[], struct gps_device_t *session);