summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-27 04:11:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-27 04:11:50 +0000
commitda5ae7e4a32aa92b7fcf0a3ea38d47e56fc5711c (patch)
tree182febf44ca0950b430df1704ee9d595e17bc0a8 /gpsd.h
parent04c85e2421bf3b991ef248a000d305f9446c4ace (diff)
downloadgpsd-da5ae7e4a32aa92b7fcf0a3ea38d47e56fc5711c.tar.gz
Change the configurator method to take a packet sequence number argument...
...the same way probe_subtype does, and for the same reason.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h b/gpsd.h
index b7eb06b4..6f89f29d 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -78,7 +78,7 @@ struct gps_type_t {
/*@null@*/void (*probe_wakeup)(struct gps_device_t *session);
/*@null@*/void (*probe_subtype)(struct gps_device_t *session, unsigned int seq);
#ifdef ALLOW_RECONFIGURE
- /*@null@*/void (*configurator)(struct gps_device_t *session);
+ /*@null@*/void (*configurator)(struct gps_device_t *session, unsigned int seq);
#endif /* ALLOW_RECONFIGURE */
/*@null@*/ssize_t (*get_packet)(struct gps_device_t *session);
/*@null@*/gps_mask_t (*parse_packet)(struct gps_device_t *session);