summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-25 12:25:57 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-25 12:25:57 -0400
commitf10cc81cf3e1d6cffdb36d9c094a544463ae1adf (patch)
tree473e3aeb2a0ee5265f774fdb607ca53f8a7a226c /gpsd.h-tail
parent65d95c7b877fefa95ee2d480c35c808c0230e4e5 (diff)
downloadgpsd-f10cc81cf3e1d6cffdb36d9c094a544463ae1adf.tar.gz
Dependency reduction. No logic changes. All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 4e965b94..350bc5a3 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -678,7 +678,6 @@ extern gps_mask_t gpsd_interpret_subframe_raw(struct gps_device_t *,
unsigned int, uint32_t[]);
extern /*@ observer @*/ char *gpsd_hexdump(/*@null@*/char *, size_t);
extern int gpsd_hexpack(/*@in@*/const char *, /*@out@*/char *, size_t);
-extern int hex2bin(const char *);
extern ssize_t hex_escapes(/*@out@*/char *, const char *);
extern void gpsd_position_fix_dump(struct gps_device_t *,
/*@out@*/char[], size_t);