]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
more prototypes
authorwessels <>
Thu, 28 Mar 1996 10:02:10 +0000 (10:02 +0000)
committerwessels <>
Thu, 28 Mar 1996 10:02:10 +0000 (10:02 +0000)
src/main.cc
src/squid.h

index 643e2e2e1ebc8236066a06815cc503474baa84af..3449f71b5fcf42f643b78589048bbc78ea2e7a86 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: main.cc,v 1.14 1996/03/28 02:34:04 wessels Exp $ */
+/* $Id: main.cc,v 1.15 1996/03/28 03:02:10 wessels Exp $ */
 
 #include "squid.h"
 
@@ -14,15 +14,6 @@ int vhost_mode = 0;
 int unbuffered_logs = 1;       /* debug and hierarhcy unbuffered by default */
 
 extern void (*failure_notify) ();      /* for error reporting from xmalloc */
-extern void hash_init _PARAMS((int));
-extern int disk_init();
-extern void stmemInit();
-extern int storeMaintainSwapSpace();
-extern void fatal_dump _PARAMS((char *));
-extern void fatal _PARAMS((char *));
-extern void kill_zombie();
-extern int ftpInitialize _PARAMS((void));
-extern int getMaxFD _PARAMS((void));
 
 static int asciiPortNumOverride = 0;
 static int udpPortNumOverride = 0;
index 9f72ac3ba0eb971009c7ff100ec62d2012cfc258..fa1cfd8cb0db125126bcfdf38e9d2968d97a20a6 100644 (file)
@@ -1,5 +1,5 @@
 
-/* $Id: squid.h,v 1.4 1996/03/27 18:15:52 wessels Exp $ */
+/* $Id: squid.h,v 1.5 1996/03/28 03:02:11 wessels Exp $ */
 
 #include "config.h"
 #include "autoconf.h"
@@ -110,6 +110,7 @@ typedef unsigned long u_num32;
 #include "ttl.h"
 #include "url.h"
 #include "storetoString.h"
+#include "ftp.h"
 #include "util.h"
 
 extern time_t cached_starttime;        /* main.c */