blob: 7b29e4ac7440c2ddef9c91c26e03b2601e345d82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-al,v 1.4 2002/10/13 16:43:21 taca Exp $
--- src/structs.h.orig Sat Oct 12 23:14:04 2002
+++ src/structs.h
@@ -525,6 +525,7 @@ struct _SquidConfig {
wordlist *mcast_group_list;
wordlist *dns_testname_list;
wordlist *dns_nameservers;
+ wordlist *log_mime_hdrs_list;
peer *peers;
int npeers;
struct {
|