X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Flocate_host.h;h=21ae5bdfdd48a55b02cae5ce53b85198f7ccadad;hb=879934a987d63e87b2960ff044be80b42caaf41a;hp=b71d389c74d0e6503c4eb50056b95a33b4e3a139;hpb=7cc5b90b0c4d5ebdb1c2279cc1c0c21662568d3f;p=citadel.git diff --git a/citadel/locate_host.h b/citadel/locate_host.h index b71d389c7..21ae5bdfd 100644 --- a/citadel/locate_host.h +++ b/citadel/locate_host.h @@ -1,7 +1,5 @@ /* $Id$ */ -void locate_host(char *tbuf, size_t n, - char *abuf, size_t na, - const struct in_addr *addr); +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);