blob: 51fe158d7e6f588eca9b8be535e11915cef9ff83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-al,v 1.6 2005/02/11 14:47:18 taca Exp $
--- src/structs.h.orig 2005-02-04 09:30:01.000000000 +0900
+++ src/structs.h
@@ -537,6 +537,7 @@ struct _SquidConfig {
wordlist *mcast_group_list;
wordlist *dns_testname_list;
wordlist *dns_nameservers;
+ wordlist *log_mime_hdrs_list;
peer *peers;
int npeers;
struct {
|