Mercurial > dnsbl
comparison src/dnsbl.cpp @ 1:bd0b1a153f67
no message
author | carl |
---|---|
date | Tue, 20 Apr 2004 22:11:14 -0700 |
parents | 96a9758165cd |
children | 9bcd5ef11279 |
comparison
equal
deleted
inserted
replaced
0:96a9758165cd | 1:bd0b1a153f67 |
---|---|
56 // misc stuff needed here | 56 // misc stuff needed here |
57 #include <ctype.h> | 57 #include <ctype.h> |
58 #include <fstream> | 58 #include <fstream> |
59 #include <syslog.h> | 59 #include <syslog.h> |
60 | 60 |
61 | |
62 static char* version="$ID$"; | |
61 | 63 |
62 using namespace std; | 64 using namespace std; |
63 | 65 |
64 | 66 |
65 extern "C" { | 67 extern "C" { |