summaryrefslogtreecommitdiff
path: root/gpsflash.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-10-27 01:45:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-10-27 01:45:12 +0000
commit89f3340f6ca33f4d3800100f24303dd4b7e130b3 (patch)
treefe5e5a04d3e96b046f61e09100ca4bfac2ba9f9f /gpsflash.h
parentd20ff54cbc1dd6201c6245c814f13d16e6dbbad0 (diff)
downloadgpsd-89f3340f6ca33f4d3800100f24303dd4b7e130b3.tar.gz
splint cleanup of gpsflash code.
Diffstat (limited to 'gpsflash.h')
-rw-r--r--gpsflash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gpsflash.h b/gpsflash.h
index 2ce19a7d..c8299ddc 100644
--- a/gpsflash.h
+++ b/gpsflash.h
@@ -60,6 +60,5 @@ int serialSpeed(int, struct termios *, int);
int srecord_send(int pfd, char *fw, size_t len);
int binary_send(int pfd, char *data, size_t ls);
bool expect(int pfd, const char *str, size_t len, time_t timeout);
-bool srec_check(char *);
#endif /* _GPSFLASH_H_ */