summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-25 16:21:38 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-25 16:21:38 +0000
commit0b1674c688c99276b59d3be05feb0615ca7f17ab (patch)
treee32d4fff3c61bd0c0b81142d9c03f974ae054b59 /gpsd.h
parenta44f9d076c9d9af7aaab6496e150c08170a22d5c (diff)
downloadgpsd-0b1674c688c99276b59d3be05feb0615ca7f17ab.tar.gz
Narrow an interface.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpsd.h b/gpsd.h
index 745785df..6264de8d 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -247,8 +247,7 @@ extern speed_t gpsd_get_speed(struct termios *);
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, unsigned int, unsigned int[]);
+extern void gpsd_interpret_subframe(struct gps_device_t *, unsigned int[]);
extern /*@ observer @*/ char *gpsd_hexdump(void *, size_t);
extern int netlib_connectsock(const char *, const char *, const char *);