]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Define some macros for function names we should not call directly
authorwessels <>
Fri, 6 Feb 1998 03:53:38 +0000 (03:53 +0000)
committerwessels <>
Fri, 6 Feb 1998 03:53:38 +0000 (03:53 +0000)
src/squid.h

index 179bee56632274d6bb1fd6c4b1fd37a6574964eb..8e8c83f64addc7f71f7edfccfcd5598e5454dfe5 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.155 1998/02/04 23:36:06 wessels Exp $
+ * $Id: squid.h,v 1.156 1998/02/05 20:53:38 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -345,4 +345,12 @@ struct rusage {
 #define XMIN(x,y) ((x)<(y)? (x) : (y))
 #define XMAX(a,b) ((a)>(b)? (a) : (b))
 
+/*
+ * Squid source files should not call these functions directly
+ */
+#define malloc +
+#define free +
+#define calloc +
+#define sprintf +
+
 #endif /* SQUID_H */