summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-12-11 18:20:05 -0800
committerChris Kuethe <ckuethe@users.berlios.de>2010-12-11 18:20:05 -0800
commit8a02955a80d5456a57e450a36306bcdedb143c67 (patch)
tree91339aa34abb9c1d0ba5955461984e879e89734c /gpsd.h-tail
parente99d62abdf2cfae73bc19d5b1e9cdf054a52caad (diff)
downloadgpsd-8a02955a80d5456a57e450a36306bcdedb143c67.tar.gz
Subframe decoder will need PRN
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 0342487e..82bde51b 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -549,8 +549,8 @@ extern void gpsd_assert_sync(struct gps_device_t *);
extern void gpsd_close(struct gps_device_t *);
extern void gpsd_zero_satellites(/*@out@*/struct gps_data_t *sp)/*@modifies sp@*/;
-extern void gpsd_interpret_subframe(struct gps_device_t *, unsigned int[]);
-extern int gpsd_interpret_subframe_raw(struct gps_device_t *, unsigned int[]);
+extern void gpsd_interpret_subframe(struct gps_device_t *, unsigned int, unsigned int[]);
+extern int gpsd_interpret_subframe_raw(struct gps_device_t *, unsigned int, unsigned int[]);
extern int gpsd_hexdump_level;
extern /*@ observer @*/ char *gpsd_hexdump(/*@null@*/const void *, size_t);
extern /*@ observer @*/ char *gpsd_hexdump_wrapper(/*@null@*/const void *, size_t, int);