summaryrefslogtreecommitdiff
path: root/gps_json.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-01 14:52:32 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-01 14:52:32 +0000
commitcdc9506a3b440367aa7c82429521181cacdd2eac (patch)
tree02c18412e2f1de872f34b15c48f757a528eeb356 /gps_json.h
parentbcac3c79862d0a50f7ca3a10950997b191d772c5 (diff)
downloadgpsd-cdc9506a3b440367aa7c82429521181cacdd2eac.tar.gz
CONFIGCHAN parsing is working and documented.
Policy bits are not yet set correctly.
Diffstat (limited to 'gps_json.h')
-rw-r--r--gps_json.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gps_json.h b/gps_json.h
index b07d6ca5..91748bcc 100644
--- a/gps_json.h
+++ b/gps_json.h
@@ -11,6 +11,8 @@ int json_tpv_read(const char *, struct gps_data_t *);
int json_sky_read(const char *, struct gps_data_t *);
int json_watch_read(int *, char *);
void json_watch_dump(int, char *, size_t);
+int json_configchan_read(struct chanconfig_t *, char **, char *);
+void json_configchan_dump(struct chanconfig_t *, char *, char *, size_t);
#define NWATCHTYPES 5