X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Flocate_host.h;h=10039b9965a1fa82e1c045e5b0a11e6fa9f2248a;hb=e21b689461215d6012ff62d76c2da73d4ffeb33a;hp=2f74049b02c8455844fd044c067a6834d2319fdb;hpb=346f8cd942d1a0a48cc396651750945655fe8d39;p=citadel.git diff --git a/citadel/locate_host.h b/citadel/locate_host.h index 2f74049b0..10039b996 100644 --- a/citadel/locate_host.h +++ b/citadel/locate_host.h @@ -1,5 +1,4 @@ -/* $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);