summaryrefslogtreecommitdiff
path: root/driver_nmea2000.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-09-29 07:02:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-09-29 07:02:49 -0400
commit167ad11610484532ef3686fbfbb6d36e809e4212 (patch)
tree4c44227e9f8afd4c33009afaed906b8488d9ec5f /driver_nmea2000.c
parentf628764ea400bb6e14342908ca595a0c91e5c5ab (diff)
downloadgpsd-167ad11610484532ef3686fbfbb6d36e809e4212.tar.gz
Cleanup after the big change.
The fact that this was necessary may indicate a build systenm issue that's leaving stale binaries in place.
Diffstat (limited to 'driver_nmea2000.c')
-rw-r--r--driver_nmea2000.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_nmea2000.c b/driver_nmea2000.c
index 4d262876..8866c02e 100644
--- a/driver_nmea2000.c
+++ b/driver_nmea2000.c
@@ -59,7 +59,7 @@ FILE *logFile = NULL;
extern bool __attribute__ ((weak)) gpsd_add_device(const char *device_name, bool flag_nowait);
-static void print_data(const gps_context_t *context,
+static void print_data(struct gps_context_t *context,
unsigned char *buffer, int len, PGN *pgn)
{
#ifdef LIBGPS_DEBUG
@@ -103,7 +103,7 @@ static gps_mask_t get_mode(struct gps_device_t *session)
}
-static int decode_ais_header(const gps_context_t *context,
+static int decode_ais_header(struct gps_context_t *context,
unsigned char *bu, int len, struct ais_t *ais, unsigned int mask)
{
if (len > 4) {