]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Tue, 8 Aug 2000 05:01:18 +0000 (05:01 +0000)
committerwessels <>
Tue, 8 Aug 2000 05:01:18 +0000 (05:01 +0000)
 - Note malloc, free, etc alternatives.

src/squid.h

index d237dcc890b58c4b1bc99e4686a41ed45cf3b74a..46b75dabb9b412e080ca71c73ee44b9176f79c89 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.202 2000/06/08 18:05:35 hno Exp $
+ * $Id: squid.h,v 1.203 2000/08/07 23:01:18 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -389,7 +389,9 @@ struct rusage {
 #define XMAX(a,b) ((a)>(b)? (a) : (b))
 
 /*
- * Squid source files should not call these functions directly
+ * Squid source files should not call these functions directly.
+ * Use xmalloc, xfree, xcalloc, snprintf, and xstrdup instead.
+ * Also use xmemcpy, xisspace, ...
  */
 #ifndef malloc
 #define malloc +