From 2d130236d0dd5b52f652e257210d9f8ab9bb5933 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 23 Aug 2009 15:45:54 +0000 Subject: Parse WATCH responses in the client library. All regression tests pass. --- gps_json.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gps_json.h') diff --git a/gps_json.h b/gps_json.h index 2a85a9f8..7f7033d9 100644 --- a/gps_json.h +++ b/gps_json.h @@ -5,12 +5,12 @@ #define GPS_JSON_COMMAND_MAX 80 #define GPS_JSON_RESPONSE_MAX 1024 +int json_watch_read(const char *, struct policy_t *, const char **); +int json_configdev_read(const char *, struct devconfig_t *, const char **); 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); void json_device_dump(struct gps_device_t *, char *, size_t); -int json_watch_read(struct policy_t *, const char *, const char **); void json_watch_dump(struct policy_t *, char *, size_t); -int json_configdev_read(struct devconfig_t *, const char *, const char **); void json_configdev_dump(struct gps_device_t *, char *, size_t); int libgps_json_unpack(const char *, struct gps_data_t *); -- cgit v1.2.1