summaryrefslogtreecommitdiff
path: root/gps_json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-07-24 17:16:44 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-07-24 17:16:44 +0000
commit365650338b14fbbb96533aa2a7c49835039273cb (patch)
tree92f530f1f5bb784f72e5ab087ea9b8b13b8a0b2e /gps_json.h
parent183f41b28462acf97563e47fe8495032d1594356 (diff)
downloadgpsd-365650338b14fbbb96533aa2a7c49835039273cb.tar.gz
Remove ! introducer for responses.
We now hand back pure JSON objects. Also, get rid of device IDs as separate entities, the string-space savings are not worth the hassle. Design document updated.
Diffstat (limited to 'gps_json.h')
-rw-r--r--gps_json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps_json.h b/gps_json.h
index ad662062..34e682db 100644
--- a/gps_json.h
+++ b/gps_json.h
@@ -2,7 +2,7 @@
#include "json.h"
-void json_tpv_dump(char *, struct gps_fix_t *, char *, size_t);
+void json_tpv_dump(struct gps_data_t *, struct gps_fix_t *, char *, size_t);
void json_sky_dump(struct gps_data_t *, char *, size_t);
int json_tpv_read(const char *, struct gps_data_t *);
int json_sky_read(const char *, struct gps_data_t *);