Mercurial > dnsbl
comparison src/scanner.cpp @ 76:81f1e400e8ab
start coding on new config syntax
author | carl |
---|---|
date | Sat, 16 Jul 2005 13:47:19 -0700 |
parents | 1142e46be550 |
children | c1280cd3e248 |
comparison
equal
deleted
inserted
replaced
75:1142e46be550 | 76:81f1e400e8ab |
---|---|
1146 html_tags = &html_tags_; | 1146 html_tags = &html_tags_; |
1147 tlds = &tlds_; | 1147 tlds = &tlds_; |
1148 bad_html_tags = 0; | 1148 bad_html_tags = 0; |
1149 binary_tags = 0; | 1149 binary_tags = 0; |
1150 } | 1150 } |
1151 recorder::~recorder() { | |
1152 empty(); | |
1153 } | |
1154 void recorder::empty() { | 1151 void recorder::empty() { |
1155 bad_html_tags = 0; | 1152 bad_html_tags = 0; |
1156 binary_tags = 0; | 1153 binary_tags = 0; |
1157 discard(hosts); | 1154 discard(hosts); |
1158 } | 1155 } |