]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add ftpInitialize() routine
authorwessels <>
Sat, 23 Mar 1996 00:47:40 +0000 (00:47 +0000)
committerwessels <>
Sat, 23 Mar 1996 00:47:40 +0000 (00:47 +0000)
src/main.cc

index 1a057cce53caa5e18af64e68e95f1947a789316a..551560f37bda527ca304e0648d369561530d87af 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: main.cc,v 1.3 1996/02/29 07:23:16 wessels Exp $ */
+/* $Id: main.cc,v 1.4 1996/03/22 17:47:40 wessels Exp $ */
 
 #include "config.h"
 #include <stdlib.h>
@@ -55,6 +55,7 @@ extern int storeMaintainSwapSpace();
 extern void fatal_dump _PARAMS((char *));
 extern void fatal _PARAMS((char *));
 extern void kill_zombie();
+extern int ftpInitialize _PARAMS((void));
 
 static int asciiPortNumOverride = 0;
 static int binaryPortNumOverride = 0;
@@ -286,6 +287,8 @@ Usage: cached [-Rsehvz] [-f config-file] [-d debug-level] [-[apu] port]\n\
     /* init neighbors */
     neighbors_init();
 
+    ftpInitialize();
+
 
 #if defined(MALLOC_DBG)
     malloc_debug(malloc_debug_level);