summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-29 20:26:03 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-29 20:26:03 +0000
commit8554738d30cb58bd94764ee9917e55b23e48eecc (patch)
tree2bb3259ac3c7f9f40fe529b8d59a49d69d549fac /gpsd.h-tail
parentc8ed0b61e6768297306ae6d4400b0e94d9cc7e22 (diff)
downloadgpsd-8554738d30cb58bd94764ee9917e55b23e48eecc.tar.gz
Write-lock gpsd.h when it's generated...
...so I won't keep modifying it when I should be changing gpsd.h-tail.
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 d2bbf5bc..95ac1312 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, bool, char *, size_t);
+extern void aivdm_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);