]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
prototype drand48()
authorwessels <>
Sat, 30 Jan 1999 02:39:09 +0000 (02:39 +0000)
committerwessels <>
Sat, 30 Jan 1999 02:39:09 +0000 (02:39 +0000)
include/util.h

index e95589de14670f58cd7abda16a10e5a88564c1ae..5676864a78ed2f967c9a70db4687e7f06ad56f01 100644 (file)
@@ -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_ */