X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Flocate_host.h;h=68f113f5099ab428248aa2e133c13e9247294389;hb=b6845a37c842070f70b8fbb98fb49c5e2cfc9644;hp=584ca2952a773fbe1f1357a0aebb6a968a56355f;hpb=c9b74bf4f13068eec3918a78e2267568230f0361;p=citadel.git diff --git a/citadel/locate_host.h b/citadel/locate_host.h index 584ca2952..68f113f50 100644 --- a/citadel/locate_host.h +++ b/citadel/locate_host.h @@ -1 +1,4 @@ -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 *cs_addr, char *message_to_spammer); +int hostname_to_dotted_quad(char *addr, char *host); +int rblcheck_backend(char *domain, char *txtbuf, int txtbufsize);