Mercurial > dnsbl
comparison src/dnsbl.cpp @ 2:9bcd5ef11279
no message
author | carl |
---|---|
date | Tue, 20 Apr 2004 22:11:14 -0700 |
parents | bd0b1a153f67 |
children | 7e1eb343a825 |
comparison
equal
deleted
inserted
replaced
1:bd0b1a153f67 | 2:9bcd5ef11279 |
---|---|
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 | 61 |
62 static char* version="$ID$"; | 62 static char* version="$Id$"; |
63 | 63 |
64 using namespace std; | 64 using namespace std; |
65 | 65 |
66 | 66 |
67 extern "C" { | 67 extern "C" { |