From: wessels <> Date: Sat, 30 Jan 1999 02:39:09 +0000 (+0000) Subject: prototype drand48() X-Git-Tag: SQUID_3_0_PRE1~2332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da59eee6ca05941cce02aa4863d4bb2c98f65f21;p=thirdparty%2Fsquid.git prototype drand48() --- diff --git a/include/util.h b/include/util.h index e95589de14..5676864a78 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,5 @@ /* - * $Id: util.h,v 1.52 1998/11/12 06:30:12 wessels Exp $ + * $Id: util.h,v 1.53 1999/01/29 19:39:09 wessels Exp $ * * AUTHOR: Harvest Derived * @@ -113,4 +113,8 @@ extern double xdiv(double nom, double denom); extern const char *xitoa(int num); +#if !HAVE_DRAND48 +double drand48(void); +#endif + #endif /* ndef _UTIL_H_ */