blob: 320ddcc5e0d3efd7f4786d9ca9305dc1325e9b93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-al,v 1.9 2007/05/13 16:45:44 taca Exp $
--- src/structs.h.orig 2007-04-27 08:11:51.000000000 +0900
+++ src/structs.h
@@ -599,6 +599,7 @@ struct _SquidConfig {
wordlist *mcast_group_list;
wordlist *dns_testname_list;
wordlist *dns_nameservers;
+ wordlist *log_mime_hdrs_list;
peer *peers;
int npeers;
struct {
|