X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=para.h;h=e5b18e4ca032bbf7a2a1976cafd9fbdb7f0aef04;hp=6bd048d8c590cb2bc493a1f65860a30517f6230e;hb=741c19c2a25c5d9e165cb99f7ff512209b7bade6;hpb=bfdd36f2879b8dee1f6d3330bc49fbb5644d3caf diff --git a/para.h b/para.h index 6bd048d8..e5b18e4c 100644 --- a/para.h +++ b/para.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2014 Andre Noll + * Copyright (C) 1997 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -88,7 +88,6 @@ int para_exec_cmdline_pid(pid_t *pid, const char *cmdline, int *fds); int tv_diff(const struct timeval *b, const struct timeval *a, struct timeval *diff); long unsigned tv2ms(const struct timeval *tv); -void d2tv(double x, struct timeval *tv); void tv_add(const struct timeval *a, const struct timeval *b, struct timeval *sum); void tv_scale(const unsigned long mult, const struct timeval *tv,