From: wessels <> Date: Thu, 28 Mar 1996 10:02:10 +0000 (+0000) Subject: more prototypes X-Git-Tag: SQUID_3_0_PRE1~6359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=811dbdb3059c34ce0b1426205452d9dfcd80fa82;p=thirdparty%2Fsquid.git more prototypes --- diff --git a/src/main.cc b/src/main.cc index 643e2e2e1e..3449f71b5f 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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; diff --git a/src/squid.h b/src/squid.h index 9f72ac3ba0..fa1cfd8cb0 100644 --- a/src/squid.h +++ b/src/squid.h @@ -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 */