summaryrefslogtreecommitdiff
path: root/ais_json.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-01 12:46:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-01 12:46:22 +0000
commitdfeb5d096fa5deb6f9961037ef59b03bf0758ba3 (patch)
treee9d08da658ac3c746d264843525b44c26e6e14d2 /ais_json.c
parent6c9afa38868a44acbaa5ae37e69dc92b7935b54e (diff)
downloadgpsd-dfeb5d096fa5deb6f9961037ef59b03bf0758ba3.tar.gz
Link RTCM2 and AIVDM client-library support only when those are configured in.
Diffstat (limited to 'ais_json.c')
-rw-r--r--ais_json.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ais_json.c b/ais_json.c
index 84443fba..186ee530 100644
--- a/ais_json.c
+++ b/ais_json.c
@@ -19,8 +19,6 @@ representations to libgps structures.
#include "gpsd.h"
#include "gps_json.h"
-/* common fields in every AIS message */
-
int json_ais_read(const char *buf,
char *path, size_t pathlen,
struct ais_t *ais,