X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Flocate_host.h;h=10039b9965a1fa82e1c045e5b0a11e6fa9f2248a;hb=adccf08ddebcb920c4244cc62bc48f85575c2d88;hp=73a88ebd7db0f8c642efab47d41147db1bd2d738;hpb=6f47ceb64389509e94cd5ea4c668dfa34238d23f;p=citadel.git diff --git a/citadel/locate_host.h b/citadel/locate_host.h index 73a88ebd7..10039b996 100644 --- a/citadel/locate_host.h +++ b/citadel/locate_host.h @@ -1,2 +1,4 @@ -/* $Id$ */ -void locate_host(char *tbuf); +void locate_host(char *tbuf, size_t n, char *abuf, size_t na, int client_socket); +int rbl_check(char *message_to_spammer); +int hostname_to_dotted_quad(char *addr, char *host); +int rblcheck_backend(char *domain, char *txtbuf, int txtbufsize);