summaryrefslogtreecommitdiffstats
path: root/tools.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 08:24:01 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-12-09 08:24:01 +0100
commit097edb90b7826ad7557777cc102de2630f235141 (patch)
tree9b3c89fb7e576691356460ae134fe9be5bbf0500 /tools.h
parentde31339c3382d32be9c4440466b1d01e40e0d0b3 (diff)
downloadipecamera-097edb90b7826ad7557777cc102de2630f235141.tar.gz
ipecamera-097edb90b7826ad7557777cc102de2630f235141.tar.bz2
ipecamera-097edb90b7826ad7557777cc102de2630f235141.tar.xz
ipecamera-097edb90b7826ad7557777cc102de2630f235141.zip
Gathering a bit of statistics
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 8ab931d..009fd68 100644
--- a/tools.h
+++ b/tools.h
@@ -40,5 +40,6 @@ int pcilib_check_deadline(struct timeval *tve, pcilib_timeout_t timeout);
pcilib_timeout_t pcilib_calc_time_to_deadline(struct timeval *tve);
int pcilib_sleep_until_deadline(struct timeval *tv);
int pcilib_timecmp(struct timeval *tv1, struct timeval *tv2);
+pcilib_timeout_t pcilib_timediff(struct timeval *tve, struct timeval *tvs);
#endif /* _PCITOOL_TOOS_H */