summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-13 14:09:08 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-13 14:10:30 -0400
commit60b874d966ce88bea269879b1ac86cc7b6ae39cc (patch)
tree3085e4a526a823863197cdd79fa9bb27fe822feb /gpsd.h-tail
parent6649e751fe084cf1034d8ccb65496f0c167b66c4 (diff)
downloadgpsd-60b874d966ce88bea269879b1ac86cc7b6ae39cc.tar.gz
Create driver slot and scons option for a visualizer driver method.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 48fac64b..5adf4e4e 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -318,6 +318,7 @@ struct gps_type_t {
#endif /* RECONFIGURE_ENABLE */
#ifdef CONTROLSEND_ENABLE
/*@null@*/ssize_t (*control_send)(struct gps_device_t *session, char *buf, size_t buflen);
+ /*@null@*/ssize_t (*visualize)(struct gps_device_t *session, char *buf, size_t buflen);
#endif /* CONTROLSEND_ENABLE */
#ifdef NTPSHM_ENABLE
/*@null@*/double (*ntp_offset)(struct gps_device_t *session);