diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2011-10-09 09:00:40 -0400 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2011-10-09 09:00:40 -0400 |
commit | a6f20e590e9b485822befc3542caa1f21cdff676 (patch) | |
tree | 0a7a6857dda2943dc5189eff368067f1bd3cf915 /gps_json.h | |
parent | afe4984bb17a7a72764b84d7b959dc0431d0a130 (diff) | |
download | gpsd-a6f20e590e9b485822befc3542caa1f21cdff676.tar.gz |
const and splint cleanup.
Diffstat (limited to 'gps_json.h')
-rw-r--r-- | gps_json.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,9 @@ #ifdef __cplusplus extern "C" { #endif -void json_data_report(gps_mask_t, struct gps_device_t *, struct policy_t *, +void json_data_report(const gps_mask_t, + const struct gps_device_t *, + const struct policy_t *, /*@out@*/char *, size_t); char *json_stringify(/*@out@*/char *, size_t, /*@in@*/const char *); void json_tpv_dump(const struct gps_device_t *, |