diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-02-16 08:31:20 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-02-16 08:31:20 -0500 |
commit | a425161cab6a09d9850305f6fecd520f0d260b2b (patch) | |
tree | b9a4d048fdd24b65167889c7b5297355e14bf683 /gps_json.h | |
parent | a4a18f041b753a41409cfd37967e484747e8e324 (diff) | |
download | gpsd-a425161cab6a09d9850305f6fecd520f0d260b2b.tar.gz |
Splint cleanup. All regression tests pass.
Diffstat (limited to 'gps_json.h')
-rw-r--r-- | gps_json.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ int json_watch_read(const char *, /*@out@*/struct policy_t *, int json_device_read(const char *, /*@out@*/struct devconfig_t *, /*@null@*/const char **); void json_version_dump(/*@out@*/char *, size_t); -void json_aivdm_dump(const struct ais_t *, const char *, bool, +void json_aivdm_dump(const struct ais_t *, /*@null@*/const char *, bool, /*@out@*/char *, size_t); int json_rtcm2_read(const char *, char *, size_t, struct rtcm2_t *, /*@null@*/const char **); |