summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-10 16:51:56 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-10 16:51:56 +0000
commit8b96601846782e2c93c1db2101131d6d26739e10 (patch)
tree7f5fdcf488a7611d1eb2491e43add2cfae4336a8 /gpsd.h
parentd2f658160518ea0961ff2a9c42311ef3d98323c9 (diff)
downloadgpsd-8b96601846782e2c93c1db2101131d6d26739e10.tar.gz
Compiler-warning and splint cleanup.
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 0731ee05..49f00c31 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -79,7 +79,7 @@ struct gps_type_t {
int channels;
/*@null@*/bool (*probe_detect)(struct gps_device_t *session);
/*@null@*/void (*probe_wakeup)(struct gps_device_t *session);
- /*@null@*/void (*probe_subtype)(struct gps_device_t *session, int seq);
+ /*@null@*/void (*probe_subtype)(struct gps_device_t *session, unsigned int seq);
/*@null@*/void (*configurator)(struct gps_device_t *session);
/*@null@*/ssize_t (*get_packet)(struct gps_device_t *session);
/*@null@*/gps_mask_t (*parse_packet)(struct gps_device_t *session);