Mercurial > dnsbl
comparison src/dnsbl.cpp @ 73:2b369f7db7bf
start coding on new config syntax
author | carl |
---|---|
date | Sun, 10 Jul 2005 13:28:33 -0700 |
parents | e6a2d0be7c5e |
children | b7449114ebb0 |
comparison
equal
deleted
inserted
replaced
72:e6a2d0be7c5e | 73:2b369f7db7bf |
---|---|
72 #include <sys/wait.h> /* header for waitpid() and various macros */ | 72 #include <sys/wait.h> /* header for waitpid() and various macros */ |
73 #include <signal.h> /* header for signal functions */ | 73 #include <signal.h> /* header for signal functions */ |
74 | 74 |
75 #include "includes.h" | 75 #include "includes.h" |
76 | 76 |
77 static char* dnsbl_version="$Id:"; | 77 static char* dnsbl_version="$Id$"; |
78 | 78 |
79 | 79 |
80 extern "C" { | 80 extern "C" { |
81 #include "libmilter/mfapi.h" | 81 #include "libmilter/mfapi.h" |
82 sfsistat mlfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr); | 82 sfsistat mlfi_connect(SMFICTX *ctx, char *hostname, _SOCK_ADDR *hostaddr); |