summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-06-27 18:44:20 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-06-27 18:44:20 -0400
commit82d01054704b97a0d48c9d9d705a0b71f86656d6 (patch)
tree3ac6163a03f2c43d40024c4b44da65d1a1e21076 /gpsd.h-tail
parenta406e6f599e2a9be7cca5d9f2fca859f9cd7cd9c (diff)
downloadgpsd-82d01054704b97a0d48c9d9d705a0b71f86656d6.tar.gz
Slim down gpsd a bit by moving a function only gpsctl.c now uses.
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 621aa08f..f39032b2 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -675,7 +675,6 @@ 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 char /*@observer@*/ *gpsd_id(/*@in@*/struct gps_device_t *);
extern void gpsd_position_fix_dump(struct gps_device_t *,
/*@out@*/char[], size_t);
extern void gpsd_clear_data(struct gps_device_t *);