summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-12-27 13:36:42 -0800
committerGary E. Miller <gem@rellim.com>2018-12-27 13:36:42 -0800
commite78d969bba817247dab11db9f366ac4ae4e5ac37 (patch)
treea21c644799f6205115446fdf35a1f29747825c6c /gpsd.h
parente9c69f0b5f95599277857b4899e75ea1f4f4ddf4 (diff)
downloadgpsd-e78d969bba817247dab11db9f366ac4ae4e5ac37.tar.gz
nanowait(): move prototupe from gpsd.h to timespec.h
Any client can include timespec.h, clients do not include gpsd.h
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gpsd.h b/gpsd.h
index 127989d4..c2f19b29 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -928,8 +928,6 @@ extern void ntpshm_link_activate(struct gps_device_t *);
#endif /* NTPSHM_ENABLE */
#endif /* NTP_ENABLE */
-bool nanowait(int, int);
-
extern void errout_reset(struct gpsd_errout_t *errout);
extern void gpsd_acquire_reporting_lock(void);