From 32db0e4eb412187c6ca358baebc55c12307556f6 Mon Sep 17 00:00:00 2001 From: Christian Gagneraud Date: Fri, 22 Nov 2013 10:57:27 +1300 Subject: drivers.c: move extern declaration of driver_nmea200 with other extern declarations Signed-off-by: Christian Gagneraud --- drivers.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'drivers.c') diff --git a/drivers.c b/drivers.c index ded0dcd1..1e809e5e 100644 --- a/drivers.c +++ b/drivers.c @@ -15,8 +15,6 @@ #include "gpsd.h" #include "bits.h" /* for getbeu16(), to extract big-endian words */ -extern const struct gps_type_t driver_nmea2000; - ssize_t generic_get(struct gps_device_t *session) { return packet_get(session->gpsdata.gps_fd, &session->packet); @@ -1497,6 +1495,7 @@ extern const struct gps_type_t driver_garmin_usb_binary; extern const struct gps_type_t driver_geostar; extern const struct gps_type_t driver_italk; extern const struct gps_type_t driver_navcom; +extern const struct gps_type_t driver_nmea2000; extern const struct gps_type_t driver_oncore; extern const struct gps_type_t driver_sirf; extern const struct gps_type_t driver_superstar2; -- cgit v1.2.1