comparison src/context.h @ 144:31ff00ea6bfb stable-5-24

allow parent/child to share a fully qualified env_to address
author carl
date Sun, 15 Oct 2006 12:23:17 -0700
parents ecb40aa3eaa5
children c7fc218686f5
comparison
equal deleted inserted replaced
143:ecb40aa3eaa5 144:31ff00ea6bfb
184 dnsblp_list& get_dnsbl_list(); 184 dnsblp_list& get_dnsbl_list();
185 185
186 bool acceptable_content(recorder &memory, char *&msg); 186 bool acceptable_content(recorder &memory, char *&msg);
187 bool ignore_host(char *host); 187 bool ignore_host(char *host);
188 188
189 void dump(int level = 0); 189 void dump(bool isdefault, int level = 0);
190 }; 190 };
191 191
192 192
193 struct CONFIG { 193 struct CONFIG {
194 // the only mutable stuff once it has been loaded from the config file 194 // the only mutable stuff once it has been loaded from the config file