blob: 4554d538fb9d454ab2aad0dcefc5c0039ea2d4ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-al,v 1.5 2004/08/22 15:11:09 taca Exp $
--- src/structs.h.orig 2004-08-20 18:35:25.000000000 +0900
+++ src/structs.h
@@ -527,6 +527,7 @@ struct _SquidConfig {
wordlist *mcast_group_list;
wordlist *dns_testname_list;
wordlist *dns_nameservers;
+ wordlist *log_mime_hdrs_list;
peer *peers;
int npeers;
struct {
|