-/* $Id: cache_cf.cc,v 1.40 1996/04/15 22:50:41 wessels Exp $ */
+/* $Id: cache_cf.cc,v 1.41 1996/04/15 22:56:31 wessels Exp $ */
/* DEBUG: Section 3 cache_cf: Configuration file parsing */
wordlistAdd(&Config.bind_addr_list, token);
}
-#ifdef OLD_CODE
-static void parseBlockListLine()
-{
- char *token;
- token = strtok(NULL, w_space);
- if (token == (char *) NULL)
- return;
- blockAddToList(token);
-}
-#endif
-
static void parseLocalDomainLine()
{
char *token;
-/* $Id: squid.h,v 1.16 1996/04/15 22:54:07 wessels Exp $ */
+/* $Id: squid.h,v 1.17 1996/04/15 22:56:06 wessels Exp $ */
#include "config.h"
#include "autoconf.h"
#include "GNUregex.h"
#include "ansihelp.h"
-#include "blocklist.h"
#include "cache_cf.h"
#include "comm.h"
#include "debug.h"