]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
move __P to include/ansiproto.h
authorwessels <>
Tue, 17 Sep 1996 22:39:01 +0000 (22:39 +0000)
committerwessels <>
Tue, 17 Sep 1996 22:39:01 +0000 (22:39 +0000)
lib/base64.c
lib/util.c
src/cachemgr.cc
src/squid.h

index c63a60bd0a6d898fe725a8965dc2748f2fd903a1..4a6ad7c3e1226881a1cd7d7b47d4060329656290 100644 (file)
@@ -7,6 +7,8 @@
 #include <stdlib.h>
 #endif
 
+#include "ansiproto.h"
+
 static void base64_init __P((void));
 
 static int base64_initialized = 0;
index db35358b9a5231d506fe21f061174b8349720bf9..78bfb08b347312baff8d98d31a348ab526a98a0c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: util.c,v 1.15 1996/09/17 02:29:47 wessels Exp $
+ * $Id: util.c,v 1.16 1996/09/17 16:39:03 wessels Exp $
  *
  * DEBUG: 
  * AUTHOR: Harvest Derived
 #endif
 
 #include "util.h"
+#include "ansiproto.h"
 
 void (*failure_notify) __P((char *)) = NULL;
 static char msg[128];
index 5ec91206ef4b3f2c2aa03157d4149881d7a2e5ce..ae19892a9a3021b8abf296504509b13aafdb7403 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cachemgr.cc,v 1.24 1996/09/16 17:07:49 wessels Exp $
+ * $Id: cachemgr.cc,v 1.25 1996/09/17 16:39:04 wessels Exp $
  *
  * DEBUG: Section 0     CGI Cache Manager
  * AUTHOR: Harvest Derived
 #endif
 
 #include "util.h"
+#include "ansiproto.h"
 
 #define MAX_ENTRIES 10000
 
index 0b959710c215165f56030b69b6511410f4dcae02..cd60d9878849d68d4e021cbe9091ffaa8b85c705 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: squid.h,v 1.50 1996/09/17 16:32:45 wessels Exp $
+ * $Id: squid.h,v 1.51 1996/09/17 16:39:05 wessels Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -214,7 +214,7 @@ typedef unsigned long u_num32;
 #endif
 
 #include "GNUregex.h"
-#include "ansihelp.h"
+#include "ansiproto.h"
 
 typedef void (*SIH) (int, void *);     /* swap in */
 typedef int (*QS) (const void *, const void *);