X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=tv.h;h=c61a848a81aa568aa54a9546c2ebf515623ab58b;hp=f2021e0834591de533598fe486639cbfa95a4b81;hb=ce9d8dbb002447f4a7de548a1e3fe3ec5ead73b6;hpb=f33cf243ae1cb5657cccb7c43c99093936093b4a diff --git a/tv.h b/tv.h index f2021e0..c61a848 100644 --- a/tv.h +++ b/tv.h @@ -1,9 +1,2 @@ int tv_diff(const struct timeval *b, const struct timeval *a, struct timeval *diff); -long unsigned tv2ms(const struct timeval*); -void d2tv(double, struct timeval*); -void tv_add(const struct timeval*, const struct timeval *, struct timeval *); -void tv_scale(const unsigned long, const struct timeval *, struct timeval *); -void tv_divide(const unsigned long divisor, const struct timeval *tv, - struct timeval *result); -void ms2tv(const long unsigned n, struct timeval *tv); int64_t get_current_time(void);